From: Aman Goel Date: Tue, 15 May 2018 17:06:23 +0000 (-0400) Subject: Correction to -expose with setundef X-Git-Tag: yosys-0.8~10^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e63df6dd08fe424f46039d26f9f238ac1cb4494;p=yosys.git Correction to -expose with setundef --- diff --git a/passes/cmds/setundef.cc b/passes/cmds/setundef.cc index 9b0c30cae..c67953976 100644 --- a/passes/cmds/setundef.cc +++ b/passes/cmds/setundef.cc @@ -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);