projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e5f5d
)
Use async2sync for "multiclock off" mode
author
Clifford Wolf
<clifford@clifford.at>
Thu, 19 Jul 2018 13:31:49 +0000
(15:31 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 19 Jul 2018 13:31:49 +0000
(15:31 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
sbysrc/sby_core.py
patch
|
blob
|
history
diff --git
a/sbysrc/sby_core.py
b/sbysrc/sby_core.py
index 2d12ef77fe9920006d8582f14ec23a4935b06d96..16462a4fef423c38f507b77f362193c56c64336f 100644
(file)
--- a/
sbysrc/sby_core.py
+++ b/
sbysrc/sby_core.py
@@
-287,7
+287,7
@@
class SbyJob:
if self.opt_multiclock:
print("clk2fflogic", file=f)
else:
- print("
techmap -map +/adff2dff.v
", file=f)
+ print("
async2sync
", file=f)
print("chformal -assume -early", file=f)
if self.opt_mode in ["bmc", "prove"]:
print("chformal -live -fair -cover -remove", file=f)