projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8422ad3
)
Add -assert
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 1 Oct 2019 02:57:26 +0000
(19:57 -0700)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Thu, 17 Oct 2019 15:10:42 +0000
(17:10 +0200)
tests/xilinx/counter.ys
patch
|
blob
|
history
diff --git
a/tests/xilinx/counter.ys
b/tests/xilinx/counter.ys
index b602b74d7c3daa5c12491e8093a186b44044c6ce..3bb3a8eb0e455c487b23e4b334dd841e5636353c 100644
(file)
--- a/
tests/xilinx/counter.ys
+++ b/
tests/xilinx/counter.ys
@@
-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