Hi, I'm trying to connect gem5 to the Micron DRAM power-model spreadsheet. Previous work reported the following parameter mapping, gem5 --> Micron:

    prechargeAllPercent --> BNK_PRE%
    pageHitRate --> PH%
    busUtilRead --> RDsch%
    busUtilWrite --> WRsch%

Unfortunately, recent gem5 versions appear to have dropped the 'prechargeAllPercent' property from the stats file: "Percentage of time for which DRAM has all the banks in precharge state." This was a per-memory-controller property.

Would anyone have any advice on how to substitute it, e.g., by computing it from other gem5 stats?

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to