mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp
This commit is contained in:
commit
38e73a3788
4 changed files with 64 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue