mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Progress in memory_bram
This commit is contained in:
parent
36c20f2ede
commit
bbf89c4dc6
5 changed files with 18 additions and 16 deletions
1
Makefile
1
Makefile
|
@ -264,6 +264,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
+cd tests/fsm && bash run-test.sh
|
||||
+cd tests/techmap && bash run-test.sh
|
||||
+cd tests/memories && bash run-test.sh
|
||||
+cd tests/bram && bash run-test.sh
|
||||
+cd tests/various && bash run-test.sh
|
||||
+cd tests/sat && bash run-test.sh
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue