aboutsummaryrefslogtreecommitdiffstats
path: root/manual/CHAPTER_Prog/Makefile
diff options
context:
space:
mode:
authorPeter Gadfort <peter.gadfort@gmail.com>2023-01-02 12:46:41 -0500
committerPeter Gadfort <peter.gadfort@gmail.com>2023-01-02 12:46:41 -0500
commit7971154e727cc4d7c4b8c62ad43a28645bb66795 (patch)
treeea4632f116b272bc15940cc59f45a73eef008566 /manual/CHAPTER_Prog/Makefile
parent58cca9592d64178a097c6345a576b1df022cd50c (diff)
parent583ab81670847bc0084708bab04c64cb43bc3a51 (diff)
downloadyosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.tar.gz
yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.tar.bz2
yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.zip
Merge branch 'master' into stat-json-area
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