From 516b7849e8efb369ede9c711309667d48897c9c2 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Fri, 28 Jun 2013 21:42:26 -0500 Subject: configs: rearrange the available options in Options.py It also changes the instantiation of physmem in se.py so as to make use of the memory size supplied by the mem_size option. --- configs/example/se.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example') diff --git a/configs/example/se.py b/configs/example/se.py index a564901a3..63f6ddc80 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -157,7 +157,7 @@ if options.smt and options.num_cpus > 1: np = options.num_cpus system = System(cpu = [CPUClass(cpu_id=i) for i in xrange(np)], - physmem = MemClass(range=AddrRange("512MB")), + physmem = MemClass(range=AddrRange(options.mem_size)), mem_mode = test_mem_mode, clk_domain = SrcClockDomain(clock = options.sys_clock)) -- cgit v1.2.3