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:
parent
0dfdbd991a
commit
7ea7342c18
3 changed files with 84 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue