Searched refs:test_sys (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/configs/
H A Dtwosys-tsunami-simple-atomic.py34 test_sys = FSConfig.makeLinuxAlphaSystem('atomic', variable
36 test_sys.kernel = SysPaths.binary('vmlinux')
38 # Dummy voltage domain for all test_sys clock domains
39 test_sys.voltage_domain = VoltageDomain()
42 test_sys.clk_domain = SrcClockDomain(clock = '1GHz',
43 voltage_domain = test_sys.voltage_domain)
45 test_sys.cpu = AtomicSimpleCPU(cpu_id=0)
47 test_sys.cpu.createInterruptController()
48 test_sys.cpu.connectAllPorts(test_sys
[all...]
/gem5/configs/example/
H A Dfs.py85 test_sys = makeLinuxAlphaSystem(test_mem_mode, bm[0], options.ruby,
88 test_sys = makeLinuxMipsSystem(test_mem_mode, bm[0], cmdline=cmdline)
90 test_sys = makeSparcSystem(test_mem_mode, bm[0], cmdline=cmdline)
92 test_sys = makeLinuxX86System(test_mem_mode, np, bm[0], options.ruby,
95 test_sys = makeArmSystem(test_mem_mode, options.machine_type, np,
104 test_sys.enable_context_switch_stats_dump = True
109 test_sys.cache_line_size = options.cacheline_size
112 test_sys.voltage_domain = VoltageDomain(voltage = options.sys_voltage)
115 test_sys.clk_domain = SrcClockDomain(clock = options.sys_clock,
116 voltage_domain = test_sys
340 test_sys = build_test_system(np) variable
[all...]

Completed in 3 milliseconds