/* Auto-generated config file hpl_cmcc_config.h */ #ifndef HPL_CMCC_CONFIG_H #define HPL_CMCC_CONFIG_H // <<< Use Configuration Wizard in Context Menu >>> // Basic Configuration // Cache enable // Defines the cache should be enabled or not. // cmcc_enable #ifndef CONF_CMCC_ENABLE #define CONF_CMCC_ENABLE 0x0 #endif // Cache Size // Defines the cache memory size to be configured. // <0x0=>1 KB // <0x1=>2 KB // <0x2=>4 KB // cache_size #ifndef CONF_CMCC_CACHE_SIZE #define CONF_CMCC_CACHE_SIZE 0x2 #endif // Advanced Configuration // cmcc_advanced_configuration // Data cache disable // Defines the data cache should be disabled or not. // cmcc_data_cache_disable #ifndef CONF_CMCC_DATA_CACHE_DISABLE #define CONF_CMCC_DATA_CACHE_DISABLE 0x0 #endif // Instruction cache disable // Defines the Instruction cache should be disabled or not. // cmcc_inst_cache_disable #ifndef CONF_CMCC_INST_CACHE_DISABLE #define CONF_CMCC_INST_CACHE_DISABLE 0x0 #endif // Clock Gating disable // Defines the clock gating should be disabled or not. // cmcc_clock_gating_disable #ifndef CONF_CMCC_CLK_GATING_DISABLE #define CONF_CMCC_CLK_GATING_DISABLE 0x0 #endif // // // <<< end of configuration section >>> #endif // HPL_CMCC_CONFIG_H