projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7bc3a
)
Use built-in async2sync call as per #1417
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Sep 2019 21:56:19 +0000
(14:56 -0700)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Thu, 17 Oct 2019 15:10:42 +0000
(17:10 +0200)
tests/xilinx/latches.ys
patch
|
blob
|
history
diff --git
a/tests/xilinx/latches.ys
b/tests/xilinx/latches.ys
index 1f643cb4e89bce2a846d115d270ef7358deb6107..795ac90743611d4c285851acfad8400f05b1baf9 100644
(file)
--- a/
tests/xilinx/latches.ys
+++ b/
tests/xilinx/latches.ys
@@
-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