mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_share
This commit is contained in:
commit
51d28645da
26 changed files with 1110 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -686,6 +686,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
|
||||
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/share && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/opt_share && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/fsm && bash run-test.sh $(SEEDOPT)
|
||||
+cd tests/techmap && bash run-test.sh
|
||||
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue