hello ,
I was wondering how to enable the different power state like "CLK_GATED" ,
"OFF","ON" etc in the ClockedObject.py file in the gem5 simulator.

this is the line which is present by default:
default_p_state = Param.PwrState("UNDEFINED", "Default Power State")

i tried to change this as:
default_p_state = Param.PwrState("CLK_GATED", "Default Power State")

but after checking the power statistics there was not any difference . CAn
someone please help me where i am going wrong??


Thanking You
Karunya
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to