mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 00:22:34 +00:00
twine: fix replayability, reduce TwineSearch usage
This commit is contained in:
parent
e9eb3889b7
commit
7c73fd62e4
41 changed files with 273 additions and 272 deletions
|
|
@ -1172,7 +1172,6 @@ bool RTLIL::Cell::bufnorm_handle_setPort(TwineRef portname, SigSpec &signal, dic
|
|||
}
|
||||
|
||||
auto dir = port_dir(portname);
|
||||
// Fast path: connecting a full driverless wire to an output port — everything else
|
||||
// goes through the bufnorm queues and is handled during the next bufNormalize call
|
||||
if ((dir == RTLIL::PD_OUTPUT || dir == RTLIL::PD_INOUT) && signal.is_wire()) {
|
||||
Wire *w = signal.as_wire();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue