mirror of https://github.com/YosysHQ/yosys.git
Correction to -expose with setundef
This commit is contained in:
parent
8b9a8c7f91
commit
6e63df6dd0
|
@ -308,6 +308,7 @@ struct SetundefPass : public Pass {
|
|||
log("Exposing undriven wire %s as input.\n", wire->name.c_str());
|
||||
}
|
||||
module->fixup_ports();
|
||||
continue;
|
||||
}
|
||||
else {
|
||||
SigMap sigmap(module);
|
||||
|
|
Loading…
Reference in New Issue