aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen/peepopt_dffmuxext.pmg
diff options
context:
space:
mode:
Diffstat (limited to 'passes/pmgen/peepopt_dffmuxext.pmg')
-rw-r--r--passes/pmgen/peepopt_dffmuxext.pmg3
1 files changed, 0 insertions, 3 deletions
diff --git a/passes/pmgen/peepopt_dffmuxext.pmg b/passes/pmgen/peepopt_dffmuxext.pmg
index e99ce1602..2465d6171 100644
--- 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);