On Fri, July 29, 2011 10:56 pm, xxx wrote: > Hi, > In the file config.ini under m5out directory, I find the mem_width is 64 > as > the following. > I want to decrease the mem width to 32. > ---------------------------------------------------------------------------------------------------------------------------------- > [system.membus] > type=Bus > block_size=64 > bus_id=0 > clock=1000 > header_cycles=1 > use_default_range=false > width=64 > port=system.physmem.port[0] system.cpu.icache.mem_side > system.cpu.dcache.mem_side > ----------------------------------------------------------------------------------------------------------------------------------- > > But , checking the command line configuration option, I haven't find out > an > option to change the > mem bandwidth. Also, after reading the python scripts under ./config > file, > I still find out a method > to modify the memory bandwidth. > Can you do me a favor to tell how to modify the memory bus bandwidth? >
We do not provide command line options for all the parameters that can be set. Instead we make use of the simulation scripts. You can edit the simulation script, se.py or fs.py (which ever one you are using) to set the bus width. You can read more about simulation scripts on gem5.org. -- Nilay _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users