mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
added tests/memories
This commit is contained in:
parent
ab4b26679f
commit
5d9127418b
5 changed files with 133 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -163,6 +163,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
|
|||
cd tests/asicworld && bash run-test.sh
|
||||
cd tests/realmath && bash run-test.sh
|
||||
cd tests/techmap && bash run-test.sh
|
||||
cd tests/memories && bash run-test.sh
|
||||
cd tests/sat && bash run-test.sh
|
||||
|
||||
install: $(TARGETS) $(EXTRA_TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue