aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_lut.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/opt/opt_lut.ys')
-rw-r--r--tests/opt/opt_lut.ys13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/opt/opt_lut.ys b/tests/opt/opt_lut.ys
index 86ad93bb3..f3c1e2822 100644
--- a/tests/opt/opt_lut.ys
+++ b/tests/opt/opt_lut.ys
@@ -1,15 +1,4 @@
read_verilog opt_lut.v
synth_ice40
ice40_unlut
-design -save preopt
-
-opt_lut -dlogic SB_CARRY:I0=1:I1=2:CI=3
-design -stash postopt
-
-design -copy-from preopt -as preopt top
-design -copy-from postopt -as postopt top
-equiv_make preopt postopt equiv
-techmap -map ice40_carry.v
-prep -flatten -top equiv
-equiv_induct
-equiv_status -assert
+equiv_opt -map ice40_carry.v -assert opt_lut -dlogic SB_CARRY:I0=1:I1=2:CI=3