Hello, I recently started using gem5. My aim is to create multiple memory channels, each controlled by separate memory controller, and each having a separate data bus.
SimpleDRAM.py has this line of code : *channels = Param.Unsigned(1, "Number of channels");* But the comment there indicates just setting this parameter wont be sufficient. How else can this be done? Will just setting --mem-channels commandline option at runtime create multiple channels, each with a separate data bus? -- Thanks & Regards, Anju
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
