diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H index f2e0541fa..6a3da3cad 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H @@ -118,6 +118,16 @@ enum ecid_consts REG_BIT_OFFSET = 32, }; +/// +/// @brief generic explorer constants +/// +enum generic_consts +{ + // Number of DRAM for x4 vs x8 + EXP_NUM_DRAM_X4 = 20, + EXP_NUM_DRAM_X8 = 10, +}; + namespace i2c { diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H index f0b47ce73..4bb39313f 100644 --- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H +++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H @@ -543,6 +543,7 @@ enum class throttle_type }; + /// /// @brief Trait classes for mc_type /// @tparam MC the mc_type