diff --git a/libs/libarchfpga/src/physical_types.h b/libs/libarchfpga/src/physical_types.h index c9b44cd92..3d97fee47 100644 --- a/libs/libarchfpga/src/physical_types.h +++ b/libs/libarchfpga/src/physical_types.h @@ -166,7 +166,7 @@ enum e_interconnect { NUM_INTERC_TYPES /* Xifan Tang - Invalid types for interconnect */ }; /* Xifan Tang - String versions of interconnection type */ -constexpr std::array INTERCONNECT_TYPE_STRING = {{"complete", "direct", "mux"}}; +constexpr std::array INTERCONNECT_TYPE_STRING = {{"unknown", "complete", "direct", "mux"}}; /* Orientations. */ enum e_side : unsigned char {