aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBogdan Vukobratovic <bogdan.vukobratovic@gmail.com>2019-08-04 19:06:38 +0200
committerBogdan Vukobratovic <bogdan.vukobratovic@gmail.com>2019-08-04 19:06:38 +0200
commit6a796accc09bc2c8ef98c068185de13d3e01890a (patch)
tree856a9939e89e757d8cc8dbf45514996c87f78287 /Makefile
parentd8be5ce6ba11ec78d0f7925d488fad09a3eaba2c (diff)
downloadyosys-6a796accc09bc2c8ef98c068185de13d3e01890a.tar.gz
yosys-6a796accc09bc2c8ef98c068185de13d3e01890a.tar.bz2
yosys-6a796accc09bc2c8ef98c068185de13d3e01890a.zip
Support various binary operators in opt_share
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3bc119800..d06c7ab3d 100644
--- a/Makefile
+++ b/Makefile
@@ -678,6 +678,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
# +cd tests/realmath && bash run-test.sh $(SEEDOPT)
+cd tests/share && bash run-test.sh $(SEEDOPT)
+ +cd tests/opt_share && bash run-test.sh $(SEEDOPT)
+cd tests/fsm && bash run-test.sh $(SEEDOPT)
+cd tests/techmap && bash run-test.sh
+cd tests/memories && bash run-test.sh $(ABCOPT) $(SEEDOPT)