diff --git a/openfpga/src/repack/physical_pb.cpp b/openfpga/src/repack/physical_pb.cpp index a614d128a..7667a76fe 100644 --- a/openfpga/src/repack/physical_pb.cpp +++ b/openfpga/src/repack/physical_pb.cpp @@ -144,7 +144,7 @@ PhysicalPbId PhysicalPb::create_pb(const t_pb_graph_node* pb_graph_node) { wire_lut_outputs_.emplace_back(); child_pbs_.emplace_back(); - parent_pbs_.emplace_back(); + parent_pbs_.push_back(PhysicalPbId::INVALID()); truth_tables_.emplace_back(); mode_bits_.emplace_back();