Re: [gem5-users] Memory size with DRAMSim2

2014-10-06 Thread Andreas Hansson via gem5-users
George Michelogiannakis mailto:mixelog...@yahoo.co.uk>>, gem5 users mailing list mailto:gem5-users@gem5.org>> Date: Monday, October 6, 2014 at 7:35 PM To: Gem5 Users Mailing List mailto:gem5-users@gem5.org>> Subject: [gem5-users] Memory size with DRAMSim2 Hi all, when I run gem

Re: [gem5-users] Memory size with DRAMSim2

2014-10-06 Thread Tao Zhang via gem5-users
It depends on what kind of memory you want. You can easily change the row number "NUM_ROWS", column number "NUM_COLS", bank number "NUM_BANKS" to increase the total capacity. I prefer increasing NUM_ROWS since it doesn't change the basic DRAM structure while the other two define a new memory eventu

[gem5-users] Memory size with DRAMSim2

2014-10-06 Thread George Michelogiannakis via gem5-users
Hi all, when I run gem5 with dramsim2, what is the easiest way to increase the memory size? Should I increase the number of channels in DRAMSim2's config, or use a parameter in gem5 that'll trickle down to DRAMSim2 to increase the number of ranks? Thank you,  George M