aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Urban <patrick.urban@web.de>2021-09-24 16:00:59 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-11-13 21:53:25 +0100
commit0a72952d5f259a23f9d1122d936d3d4d60ce224d (patch)
tree45c12931e95aade5618088a70d2f0187bd1fdeb2 /Makefile
parentcfcc38582a4464b0a0551b842ea7a22c6f9a559d (diff)
downloadyosys-0a72952d5f259a23f9d1122d936d3d4d60ce224d.tar.gz
yosys-0a72952d5f259a23f9d1122d936d3d4d60ce224d.tar.bz2
yosys-0a72952d5f259a23f9d1122d936d3d4d60ce224d.zip
synth_gatemate: Apply review remarks
* remove unused techmap models in `map_regs.v` * replace RAM initilization loops with 320-bit-writes * add script to test targets in top-level Makefile * remove `MAXWIDTH` parameter and treat both vector widths individually in `mult_map.v` * iterate over all modules in `gatemate_bramopt` pass
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dce288683..a471f331b 100644
--- a/Makefile
+++ b/Makefile
@@ -814,6 +814,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/arch/intel_alm && bash run-test.sh $(SEEDOPT)
+cd tests/arch/nexus && bash run-test.sh $(SEEDOPT)
+cd tests/arch/quicklogic && bash run-test.sh $(SEEDOPT)
+ +cd tests/arch/gatemate && 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