Hi I'm simulating ARM Cortex-A8 processor and I want to set its parameters (parameters of this file : O3_ARM_v7a.py ). I'm using the following command to build my system :
build/ARM/gem5.opt configs/example/fs.py --mem-type=SimpleMemory --cpu-type=arm_detailed --caches --l2cache I set the cache parameters (O3_ARM_v7a_DCache, O3_ARM_v7a_ICache and O3_ARM_v7aL2 classes) of O3_ARM_v7a.py and then I checked config.ini and everything was changed correctly. But when I change the parameters of the following classes the config.ini doesn't change : class O3_ARM_v7a_Simple_Int class O3_ARM_v7a_Complex_Int class O3_ARM_v7a_FP class O3_ARM_v7a_Load class O3_ARM_v7a_Store class O3_ARM_v7a_FUP class O3_ARM_v7a_BP Can anybody help me thanks a lot RezaAliPour
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
