3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 03:45:52 +00:00

Large improvements in yosys-config

This commit is contained in:
Clifford Wolf 2013-11-19 22:48:48 +01:00
parent 0dfdbd991a
commit 7ea7342c18
3 changed files with 84 additions and 17 deletions

View file

@ -5,8 +5,7 @@ test: stubnets.so
tail test1.log test2.log test3.log
stubnets.so: stubnets.cc
$(shell yosys-config --cxx --cxxflags --ldflags -o stubnets.so \
-shared stubnets.cc --ldlibs )
yosys-config --exec --cxx --cxxflags --ldflags -o $@ -shared $^ --ldlibs
clean:
rm -f test1.log test2.log test3.log