diff --git a/Makefile b/Makefile index 0bc52fe1a7f..db290ca71d7 100644 --- a/Makefile +++ b/Makefile @@ -845,6 +845,7 @@ endif +cd tests/sim && bash run-test.sh +cd tests/svinterfaces && bash run-test.sh $(SEEDOPT) +cd tests/svtypes && bash run-test.sh $(SEEDOPT) + +cd tests/peepopt && bash run-test.sh +cd tests/proc && bash run-test.sh +cd tests/blif && bash run-test.sh +cd tests/opt && bash run-test.sh diff --git a/tests/peepopt/muxadd.ys b/tests/peepopt/muxadd.ys new file mode 100644 index 00000000000..261cdc2840e --- /dev/null +++ b/tests/peepopt/muxadd.ys @@ -0,0 +1,335 @@ +log -header "Test basic s?(a+b):a pattern gets transformed (a,b module inputs)" +log -push +design -reset +read_verilog < (a+b) > a" +log -push +design -reset +read_verilog < a > b" +log -push +design -reset +read_verilog < b > a" +log -push +design -reset +read_verilog <