opt_expr: Remove -clkinv option, make it the default.
Adds -noclkinv option just in case the old behavior was actually useful to someone.
This commit is contained in:
@@ -18,9 +18,8 @@ equiv_opt -async2sync -assert -map +/xilinx/cells_sim.v synth_xilinx -noiopad #
|
||||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd latchn # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:LDCE
|
||||
select -assert-count 1 t:INV
|
||||
|
||||
select -assert-none t:LDCE t:INV %% t:* %D
|
||||
select -assert-none t:LDCE %% t:* %D
|
||||
|
||||
|
||||
design -load read
|
||||
|
||||
Reference in New Issue
Block a user