changeset a5f40a7aa41b in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=a5f40a7aa41b
description:
        config: ruby network test: remove piobus check

diffstat:

 configs/ruby/Network_test.py |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r 531a176f863d -r a5f40a7aa41b configs/ruby/Network_test.py
--- a/configs/ruby/Network_test.py      Tue Apr 16 06:26:49 2013 -0400
+++ b/configs/ruby/Network_test.py      Wed Apr 17 16:06:24 2013 -0500
@@ -93,11 +93,8 @@
                                 ruby_system = ruby_system)
 
         l1_cntrl.sequencer = cpu_seq
+        exec("ruby_system.l1_cntrl%d = l1_cntrl" % i)
 
-        if piobus != None:
-            cpu_seq.pio_port = piobus.slave
-
-        exec("ruby_system.l1_cntrl%d = l1_cntrl" % i)
         #
         # Add controllers and sequencers to the appropriate lists
         #
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to