From 8e9420b1bcd9d9780b554aba45c73923216cd439 Mon Sep 17 00:00:00 2001 From: Amin Mohaghegh Date: Wed, 30 Jul 2025 15:02:37 -0700 Subject: [PATCH] [libs][arch] add interconnect type name --- libs/libarchfpga/src/physical_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/libarchfpga/src/physical_types.h b/libs/libarchfpga/src/physical_types.h index dcf03bf9a85..3f14004edef 100644 --- a/libs/libarchfpga/src/physical_types.h +++ b/libs/libarchfpga/src/physical_types.h @@ -174,6 +174,8 @@ enum e_interconnect { MUX_INTERC = 3, NUM_INTERC_TYPES = 4 }; +/* String version of interconnect types. Use for debugging messages */ +constexpr std::array INTERCONNECT_TYPE_STRING = {{"unknown", "complete", "direct", "mux"}}; /* pin location distributions */ enum class e_pin_location_distr {