diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-10-19 11:20:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 11:20:56 +0200 |
commit | ac0bd2ffc4a29eb0a07ccad898f20842514d4825 (patch) | |
tree | 3fea7a1887683bf55cfe7e76f405fa75f54c9e33 /Makefile | |
parent | 4c925a3214347f86673c4aa97e5b127530cd0270 (diff) | |
parent | 4d584d9319e87023f3aee9f9bc86a036f670478c (diff) | |
download | yosys-ac0bd2ffc4a29eb0a07ccad898f20842514d4825.tar.gz yosys-ac0bd2ffc4a29eb0a07ccad898f20842514d4825.tar.bz2 yosys-ac0bd2ffc4a29eb0a07ccad898f20842514d4825.zip |
Merge pull request #2397 from daveshah1/nexus
synth_nexus: Initial implementation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -789,6 +789,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/arch/anlogic && bash run-test.sh $(SEEDOPT) +cd tests/arch/gowin && bash run-test.sh $(SEEDOPT) +cd tests/arch/intel_alm && bash run-test.sh $(SEEDOPT) + +cd tests/arch/nexus && bash run-test.sh $(SEEDOPT) +cd tests/rpc && bash run-test.sh +cd tests/memfile && bash run-test.sh +cd tests/verilog && bash run-test.sh |