[gem5-users] "hg update" hanging

2015-02-13 Thread Patrick via gem5-users
Hello, I made some changes to my working copy of gem5, and now I'm trying to update it. When I run "hg update", Mercurial prints out the following and then hangs: "merging SConstruct merging configs/common/CacheConfig.py 3 files to edit" Has anyone seen this before? Any help is appreciated. Pat

Re: [gem5-users] Simulation problem

2015-02-13 Thread Erfan Azarkhish via gem5-users
Dear Girogos, If you modify DramCtrl.py, you will have to rebuild gem5, otherwise the changes will not be reflected in simulation. The correct way to do this is to apply the new parameters in your simulation script (e.g. configs/example/fs.py) For example you can do the following: test_sys.mem_ctr

Re: [gem5-users] Simulation problem

2015-02-13 Thread giorgos k via gem5-users
Andreas Hansson via gem5-users gem5.org> writes: > > Hi Giorgos, > > The memsize in SysConfig, and the '--mem-size’ command-line parameter set > the total memory size, as seen by the OS. > > To avoid having every gem5 user know about DRAM architecture there is > currently no connection betwee

Re: [gem5-users] Simulation problem

2015-02-13 Thread Andreas Hansson via gem5-users
Hi Giorgos, The memsize in SysConfig, and the '--mem-size’ command-line parameter set the total memory size, as seen by the OS. To avoid having every gem5 user know about DRAM architecture there is currently no connection between the DRAM device, channel count, rank count, and the aforementioned

[gem5-users] Simulation problem

2015-02-13 Thread giorgos k via gem5-users
Hi! i'm simulating a system with 8 cores and a ddr3_1600_x64 memory type with 2 channels.The instruction i write in terminal on gem5 is the : ./build/ALPHA/gem5.fast configs/example/fs.py --caches --cpu-clock 2GHz --mem-type ddr3_1600_x64 --cpu-type detailed -n 8 --l1i_size 16kB --l1d_size 32kB -