diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-05-08 11:12:58 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-05-08 11:12:58 -0700 |
commit | 49e64ad492633781e030c795eecd44e73a1bdc1c (patch) | |
tree | 939b0d94d18099615c479bea4365317d4e10742c /tests/opt | |
parent | 9694dc42dd8badde03a27072b294556cb77f5bb5 (diff) | |
download | yosys-49e64ad492633781e030c795eecd44e73a1bdc1c.tar.gz yosys-49e64ad492633781e030c795eecd44e73a1bdc1c.tar.bz2 yosys-49e64ad492633781e030c795eecd44e73a1bdc1c.zip |
test: update opt_expr_alu test
Diffstat (limited to 'tests/opt')
-rw-r--r-- | tests/opt/opt_expr_alu.ys | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/opt/opt_expr_alu.ys b/tests/opt/opt_expr_alu.ys index 9121c0096..477555da9 100644 --- a/tests/opt/opt_expr_alu.ys +++ b/tests/opt/opt_expr_alu.ys @@ -59,9 +59,8 @@ EOT alumacc equiv_opt -assert opt_expr -fine design -load postopt -select -assert-count 1 t:$pos select -assert-count 1 t:$not -select -assert-none t:$pos t:$not %% t:* %D +select -assert-none t:$not %% t:* %D design -reset |