3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Added Viz to yosys.js

This commit is contained in:
Clifford Wolf 2015-02-15 22:53:41 +01:00
parent 549d56bd21
commit 0283703f9e
4 changed files with 87 additions and 8 deletions

View file

@ -113,7 +113,11 @@ LDLIBS =
EXE = .js
TARGETS := $(filter-out yosys-config,$(TARGETS))
EXTRA_TARGETS += yosys.html
EXTRA_TARGETS += yosys.html viz.js
viz.js:
wget -O viz.js.part https://github.com/mdaines/viz.js/releases/download/0.0.3/viz.js
mv viz.js.part viz.js
yosys.html: misc/yosys.html
$(P) cp misc/yosys.html yosys.html