projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b86055
)
Remove log_cell() calls
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 4 Sep 2019 20:42:44 +0000
(13:42 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 4 Sep 2019 20:42:44 +0000
(13:42 -0700)
passes/pmgen/peepopt_dffmuxext.pmg
patch
|
blob
|
history
diff --git
a/passes/pmgen/peepopt_dffmuxext.pmg
b/passes/pmgen/peepopt_dffmuxext.pmg
index e99ce1602e9d423f14d2c4c333a4ea4f1ccba819..2465d617184c90d2647dfd7bcab6e0b3d86e3dea 100644
(file)
--- a/
passes/pmgen/peepopt_dffmuxext.pmg
+++ b/
passes/pmgen/peepopt_dffmuxext.pmg
@@
-22,9
+22,6
@@
endmatch
code
did_something = true;
- log_cell(dff);
- log_cell(mux);
-
SigSpec &D = mux->connections_.at(muxAB);
SigSpec &Q = dff->connections_.at(\Q);
int width = GetSize(D);