diff options
Diffstat (limited to 'tests/opt/opt_expr_cmp.ys')
-rw-r--r-- | tests/opt/opt_expr_cmp.ys | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/opt/opt_expr_cmp.ys b/tests/opt/opt_expr_cmp.ys new file mode 100644 index 000000000..214ce8b11 --- /dev/null +++ b/tests/opt/opt_expr_cmp.ys @@ -0,0 +1,4 @@ +read_verilog opt_expr_cmp.v +equiv_opt -assert opt_expr -fine +design -load postopt +select -assert-count 0 t:$gt t:$ge t:$lt t:$le |