mirror of https://github.com/YosysHQ/yosys.git
Use equiv_opt -async2sync for xilinx
This commit is contained in:
parent
8765ec3c27
commit
5d680590d6
|
@ -2,9 +2,7 @@ read_verilog latches.v
|
|||
|
||||
proc
|
||||
flatten
|
||||
equiv_opt -assert -run :prove -map +/xilinx/cells_sim.v synth_xilinx # equivalency check
|
||||
async2sync
|
||||
equiv_opt -assert -run prove: -map +/xilinx/cells_sim.v synth_xilinx # equivalency check
|
||||
equiv_opt -async2sync -assert -map +/xilinx/cells_sim.v synth_xilinx # equivalency check
|
||||
|
||||
design -load preopt
|
||||
synth_xilinx
|
||||
|
|
Loading…
Reference in New Issue