mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Remove fsm again
This commit is contained in:
parent
0e3adb38fc
commit
2f7ee11916
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -755,7 +755,6 @@ include $(YOSYS_SRC)/passes/pmgen/Makefile.inc
|
|||
include $(YOSYS_SRC)/passes/proc/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/opt/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/techmap/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/fsm/Makefile.inc
|
||||
|
||||
include $(YOSYS_SRC)/backends/verilog/Makefile.inc
|
||||
include $(YOSYS_SRC)/backends/rtlil/Makefile.inc
|
||||
|
@ -909,7 +908,7 @@ endif
|
|||
# +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/fsm && bash run-test.sh $(SEEDOPT)
|
||||
# +cd tests/techmap && bash run-test.sh
|
||||
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)
|
||||
+cd tests/memlib && bash run-test.sh $(SEEDOPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue