mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge remote-tracking branch 'origin/master' into clifford/testfast
This commit is contained in:
commit
e34f2de55d
91 changed files with 2216 additions and 1111 deletions
1
Makefile
1
Makefile
|
@ -687,6 +687,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