mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Correction to -expose with setundef
This commit is contained in:
parent
8b9a8c7f91
commit
6e63df6dd0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue