Hello, In FSconfig.py, there is a limit on memory size:
if convert.toMemorySize(mdesc.mem()) > int(self.realview.max_mem_size): print "The currently selected ARM platforms doesn't support" print " the amount of DRAM you've selected. Please try" print " another platform" sys.exit(1) If I want to use more than 256MB, can I remove this check? I am not quite familiar with those supported ARM platforms, and just wondering if 256MB is a hard limit for realview_xx and VExpress_xx machines. If so, does GEM5 support any other ARM platforms that allow more memory, say 1 or 2G? Best, Chen
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users