summaryrefslogtreecommitdiff
path: root/tests/configs
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-07-21 17:24:01 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2012-07-21 17:24:01 -0400
commit5e7f174b745e2c594499b1fd8fd2a0b46984d57d (patch)
treef5a92e4148b1c15eb04823399f04440bdbacfe64 /tests/configs
parent392ba0131ff0e0620480c08dc59da419823a8eef (diff)
downloadgem5-5e7f174b745e2c594499b1fd8fd2a0b46984d57d.tar.xz
Regression: Fix topologies path in failing pc-simple-timing-ruby
This patch updates the path to the Ruby topologies and thus fixes a failing regression.
Diffstat (limited to 'tests/configs')
-rw-r--r--tests/configs/pc-simple-timing-ruby.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/pc-simple-timing-ruby.py b/tests/configs/pc-simple-timing-ruby.py
index ef9976853..0753472bc 100644
--- a/tests/configs/pc-simple-timing-ruby.py
+++ b/tests/configs/pc-simple-timing-ruby.py
@@ -33,7 +33,7 @@ from Benchmarks import SysConfig
import FSConfig
m5.util.addToPath('../configs/ruby')
-m5.util.addToPath('../configs/topology')
+m5.util.addToPath('../configs/topologies')
import Ruby
import Options