Hi all,
I'm using flexus, and want to use UP.OoO model to run the config
parameter with 1core.
So I config the core number attach L2 is "1", just as below:
"flexus.set "-L2:cores" "1" #
"Number of cores" (Cores) "
But there are more errors about CMPCache when running cloudsuite 1.0
image.
I see the the simulator/UP.OoO/wiring.cpp file, the L2 use the
CMPCache model.
CREATE_CONFIGURATION( Cache, "L1d", theL1dCfg );
CREATE_CONFIGURATION( CMPCache, "L2", theL2Cfg );
Do I need to modify the "CMPCache" using in L2 config to "Cache"?
Hope for your reply.