Use built-in async2sync call as per #1417
authorEddie Hung <eddie@fpgeh.com>
Mon, 30 Sep 2019 21:56:19 +0000 (14:56 -0700)
committerMiodrag Milanovic <mmicko@gmail.com>
Thu, 17 Oct 2019 15:10:42 +0000 (17:10 +0200)
tests/xilinx/latches.ys

index 1f643cb4e89bce2a846d115d270ef7358deb6107..795ac90743611d4c285851acfad8400f05b1baf9 100644 (file)
@@ -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