mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
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());
|
log("Exposing undriven wire %s as input.\n", wire->name.c_str());
|
||||||
}
|
}
|
||||||
module->fixup_ports();
|
module->fixup_ports();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SigMap sigmap(module);
|
SigMap sigmap(module);
|
||||||
|
|
Loading…
Reference in a new issue