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

Reenable FSM tests (working now somehow)

This commit is contained in:
Akash Levy 2024-11-05 10:35:02 -08:00
parent c2f95d1b5a
commit 4684da01bb

View file

@ -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)