1
0
mirror of synced 2026-01-25 11:56:22 +00:00

Remove log_cell() calls

This commit is contained in:
Eddie Hung 2019-09-04 13:42:44 -07:00
parent 2b86055848
commit 433b0c677c

View File

@ -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);