mirror of https://github.com/YosysHQ/yosys.git
Add -assert
This commit is contained in:
parent
8422ad3e3a
commit
3b44084320
|
@ -2,7 +2,7 @@ read_verilog counter.v
|
|||
hierarchy -top top
|
||||
proc
|
||||
flatten
|
||||
equiv_opt -map +/xilinx/cells_sim.v synth_xilinx # equivalency check
|
||||
equiv_opt -assert -map +/xilinx/cells_sim.v synth_xilinx # equivalency check
|
||||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd top # Constrain all select calls below inside the top module
|
||||
|
||||
|
|
Loading…
Reference in New Issue