mirror of https://github.com/YosysHQ/yosys.git
Use built-in async2sync call as per #1417
This commit is contained in:
parent
5b7bc3ab85
commit
8422ad3e3a
|
@ -4,11 +4,7 @@ design -save read
|
|||
proc
|
||||
async2sync # converts latches to a 'sync' variant clocked by a 'super'-clock
|
||||
flatten
|
||||
synth_xilinx
|
||||
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)
|
||||
|
||||
design -load read
|
||||
|
||||
synth_xilinx
|
||||
flatten
|
||||
|
|
Loading…
Reference in New Issue