mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-14 12:55:41 +00:00
timinginfo: special-case $specify2 in signorm invariant
This commit is contained in:
parent
d33d048874
commit
c06755f1bb
2 changed files with 4 additions and 5 deletions
|
|
@ -1057,7 +1057,7 @@ void RTLIL::Cell::unsetPort(const RTLIL::IdString& portname)
|
|||
void RTLIL::Cell::setPort(const RTLIL::IdString& portname, RTLIL::SigSpec signal)
|
||||
{
|
||||
bool is_input_port = false;
|
||||
if (module->sig_norm_index != nullptr) {
|
||||
if (module->sig_norm_index != nullptr && type != ID($specify2)) {
|
||||
module->sig_norm_index->sigmap.apply(signal);
|
||||
auto dir = port_dir(portname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue