diff --git a/Makefile b/Makefile index 132a872e2..ffe58df0e 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ ifeq ($(OS), Haiku) CXXFLAGS += -D_DEFAULT_SOURCE endif -YOSYS_VER := 0.51+85 +YOSYS_VER := 0.51+101 YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1) YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2) YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'.' -f3) diff --git a/tests/opt/opt_expr_more.ys b/tests/opt/opt_expr_more.ys new file mode 100644 index 000000000..795ae89c4 --- /dev/null +++ b/tests/opt/opt_expr_more.ys @@ -0,0 +1,177 @@ +design -reset +read_verilog <