mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
Reenable FSM tests (working now somehow)
This commit is contained in:
parent
c2f95d1b5a
commit
4684da01bb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -909,7 +909,7 @@ endif
|
||||||
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
|
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
|
||||||
+cd tests/share && bash run-test.sh $(SEEDOPT)
|
+cd tests/share && bash run-test.sh $(SEEDOPT)
|
||||||
+cd tests/opt_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/fsm && bash run-test.sh $(SEEDOPT)
|
||||||
# +cd tests/techmap && bash run-test.sh
|
# +cd tests/techmap && bash run-test.sh
|
||||||
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
|
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
|
||||||
+cd tests/memlib && bash run-test.sh $(SEEDOPT)
|
+cd tests/memlib && bash run-test.sh $(SEEDOPT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue