summaryrefslogtreecommitdiff
path: root/tests/configs
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-03-20 08:03:09 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2014-03-20 08:03:09 -0500
commit9b3418d163ea2225a9d652b923333b04733a1e0b (patch)
treec9b00f5674522320c315eaa472475e3b75ec048f /tests/configs
parenta20fbdfc23f8c7cbbe2c0b884d28db99442feba9 (diff)
downloadgem5-9b3418d163ea2225a9d652b923333b04733a1e0b.tar.xz
ruby: no piobus in se mode
Piobus was recently added to se scripts for ruby so that the interrupt controller can be connected to something (required since the interrupt controller sends address range messages). This patch removes the piobus and instead, the pio port of ruby port will now ignore the range change messages in se mode.
Diffstat (limited to 'tests/configs')
-rw-r--r--tests/configs/simple-timing-ruby.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/configs/simple-timing-ruby.py b/tests/configs/simple-timing-ruby.py
index d3f4ad2ae..94cb15ed4 100644
--- a/tests/configs/simple-timing-ruby.py
+++ b/tests/configs/simple-timing-ruby.py
@@ -79,8 +79,7 @@ system.cpu.clk_domain = SrcClockDomain(clock = '2GHz',
voltage_domain = system.voltage_domain)
system.mem_ranges = AddrRange('256MB')
-system.piobus = NoncoherentBus()
-Ruby.create_system(options, system, system.piobus)
+Ruby.create_system(options, system)
# Create a separate clock for Ruby
system.ruby.clk_domain = SrcClockDomain(clock = options.ruby_clock,