aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-09-04 13:42:44 -0700
committerEddie Hung <eddie@fpgeh.com>2019-09-04 13:42:44 -0700
commit433b0c677c16ef5cc2fa92c576c54cc1a3a09f7f (patch)
tree7ab2482ecdbc24e5445831ab57b8952eaeabf85f /passes
parent2b86055848c396591c6ec693a8abd8826b300b2b (diff)
downloadyosys-433b0c677c16ef5cc2fa92c576c54cc1a3a09f7f.tar.gz
yosys-433b0c677c16ef5cc2fa92c576c54cc1a3a09f7f.tar.bz2
yosys-433b0c677c16ef5cc2fa92c576c54cc1a3a09f7f.zip
Remove log_cell() calls
Diffstat (limited to 'passes')
-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);