3
0
Fork 0
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:
Clifford Wolf 2015-01-02 13:59:47 +01:00
parent 36c20f2ede
commit bbf89c4dc6
5 changed files with 18 additions and 16 deletions

View file

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