mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
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:
parent
cf60699884
commit
6cd135a5eb
5 changed files with 17 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue