From: Eddie Hung Date: Wed, 4 Sep 2019 20:42:44 +0000 (-0700) Subject: Remove log_cell() calls X-Git-Tag: working-ls180~1058^2~19 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=433b0c677c16ef5cc2fa92c576c54cc1a3a09f7f;p=yosys.git Remove log_cell() calls --- 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);