diff --git a/netlist.h b/netlist.h index 56ae221ff..3e1f48a9a 100644 --- a/netlist.h +++ b/netlist.h @@ -825,7 +825,7 @@ class NetNet : public NetObj, public PortType { std::vector lref_mask_; std::vector delay_paths_; - int port_index_; + int port_index_ = -1; }; /*