diff -r 9eab5efc02e8 tests/configs/pc-simple-timing-ruby.py
--- a/tests/configs/pc-simple-timing-ruby.py Fri May 09 18:58:50 2014
-0400
+++ b/tests/configs/pc-simple-timing-ruby.py Tue May 20 20:19:57 2014
-0500
@@ -65,7 +65,7 @@
voltage_domain =
system.voltage_domain)
system.cpu_clk_domain = SrcClockDomain(clock = '2GHz',
voltage_domain =
system.voltage_domain)
-system.cpu = [TimingSimpleCPU(cpu_id=i, clk_domain =
system.cpu_clk_domain)
+system.cpu = [DerivO3CPU(cpu_id=i, clk_domain = system.cpu_clk_domain)
for i in xrange(options.num_cpus)]
Ruby.create_system(options, system, system.iobus, system._dma_ports)
----------------------------------------------------------------------
I made the following change to the config file for the fs regression test.
After that I just ran the command line from the simout file for this
regression test.
--
Nilay
On Tue, 20 May 2014, Steve Reinhardt wrote:
Hi Nilay,
I cannot reproduce this failure. The only regression test for
X86_MESI_Two_Level uses a simple timing CPU, so that passes OK, as do all
the other regressions, even when this is the only patch applied. I tried
this command line:
build/X86_MESI_Two_Level/gem5.opt configs/example/fs.py
--cpu-type=detailed --caches --ruby
and the simulation appears to hang after printing this on the console:
ACPI Exception (tbxface-0618): AE_NO_ACPI_TABLES, While loading
namespace from ACPI tables [20070126]
ACPI: Unable to load the System Description Tables
but I do not get a segfault as you have indicated. Can you tell me exactly
what command line you were using to observe the error?
Thanks,
Steve
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev