diff --git a/.gitignore b/.gitignore index f48aeac5..4334b3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /qtcreator.creator.user /Makefile.conf /abc +/viz.js /yosys /yosys.exe /yosys.js diff --git a/Makefile b/Makefile index c762bd38..a7035008 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/misc/yosys.html b/misc/yosys.html index 741b88b4..a5a8b65c 100644 --- a/misc/yosys.html +++ b/misc/yosys.html @@ -2,7 +2,9 @@ yosys.js example application

yosys.js example application

-
+
[ load example ]
+ +

Loading...