mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Improved FSM tests
This commit is contained in:
parent
58ac605470
commit
51aa5544fb
4 changed files with 5 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -218,6 +218,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/asicworld && bash run-test.sh
|
||||
+cd tests/realmath && bash run-test.sh
|
||||
+cd tests/share && bash run-test.sh
|
||||
+cd tests/fsm && bash run-test.sh
|
||||
+cd tests/techmap && bash run-test.sh
|
||||
+cd tests/memories && bash run-test.sh
|
||||
+cd tests/various && bash run-test.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue