mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Remove log_cell() calls
This commit is contained in:
@@ -22,9 +22,6 @@ endmatch
|
|||||||
code
|
code
|
||||||
did_something = true;
|
did_something = true;
|
||||||
|
|
||||||
log_cell(dff);
|
|
||||||
log_cell(mux);
|
|
||||||
|
|
||||||
SigSpec &D = mux->connections_.at(muxAB);
|
SigSpec &D = mux->connections_.at(muxAB);
|
||||||
SigSpec &Q = dff->connections_.at(\Q);
|
SigSpec &Q = dff->connections_.at(\Q);
|
||||||
int width = GetSize(D);
|
int width = GetSize(D);
|
||||||
|
|||||||
Reference in New Issue
Block a user