Correction to -expose with setundef

This commit is contained in:
Aman Goel 2018-05-15 13:06:23 -04:00
parent 8b9a8c7f91
commit 6e63df6dd0
1 changed files with 1 additions and 0 deletions

View File

@ -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);