aboutsummaryrefslogtreecommitdiffstats
path: root/manual/CHAPTER_Prog/Makefile
diff options
context:
space:
mode:
authorKrystalDelusion <krystinedawn@yosyshq.com>2022-12-08 05:54:08 +1300
committerKrystalDelusion <krystinedawn@yosyshq.com>2022-12-08 05:54:08 +1300
commit1eec255e60f2854b4dd1fa212f02d57eb31c9f19 (patch)
tree9aae278e98bb5f210061c22bcf22d40854d98e8c /manual/CHAPTER_Prog/Makefile
parent4b95fac13934a39525a934329648cf76e4b4f219 (diff)
downloadyosys-1eec255e60f2854b4dd1fa212f02d57eb31c9f19.tar.gz
yosys-1eec255e60f2854b4dd1fa212f02d57eb31c9f19.tar.bz2
yosys-1eec255e60f2854b4dd1fa212f02d57eb31c9f19.zip
Removing manual files
Diffstat (limited to 'manual/CHAPTER_Prog/Makefile')
-rw-r--r--manual/CHAPTER_Prog/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/manual/CHAPTER_Prog/Makefile b/manual/CHAPTER_Prog/Makefile
deleted file mode 100644
index 8e326bdc2..000000000
--- a/manual/CHAPTER_Prog/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-test: stubnets.so
- yosys -ql test1.log -m ./stubnets.so test.v -p "stubnets"
- yosys -ql test2.log -m ./stubnets.so test.v -p "opt; stubnets"
- yosys -ql test3.log -m ./stubnets.so test.v -p "techmap; opt; stubnets -report_bits"
- tail test1.log test2.log test3.log
-
-stubnets.so: stubnets.cc
- yosys-config --exec --cxx --cxxflags --ldflags -o $@ -shared $^ --ldlibs
-
-clean:
- rm -f test1.log test2.log test3.log
- rm -f stubnets.so stubnets.d