projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6216e45
)
Fix $dlatch handling in async2sync
author
Clifford Wolf
<clifford@clifford.at>
Mon, 30 Sep 2019 12:58:23 +0000
(14:58 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 30 Sep 2019 12:58:23 +0000
(14:58 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/sat/async2sync.cc
patch
|
blob
|
history
diff --git
a/passes/sat/async2sync.cc
b/passes/sat/async2sync.cc
index 24ae6e4487881b604b1eb1711073202d484742cc..7402485453e70039a9f250d8619ea7032623ce88 100644
(file)
--- a/
passes/sat/async2sync.cc
+++ b/
passes/sat/async2sync.cc
@@
-198,6
+198,7
@@
struct Async2syncPass : public Pass {
module->addMux(NEW_ID, sig_d, new_q, sig_en, sig_q);
}
+ cell->setPort("\\D", sig_q);
cell->setPort("\\Q", new_q);
cell->unsetPort("\\EN");
cell->unsetParam("\\EN_POLARITY");