Regression: Fix topologies path in failing pc-simple-timing-ruby
authorAndreas Hansson <andreas.hansson@arm.com>
Sat, 21 Jul 2012 21:24:01 +0000 (17:24 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Sat, 21 Jul 2012 21:24:01 +0000 (17:24 -0400)
This patch updates the path to the Ruby topologies and thus fixes a
failing regression.

tests/configs/pc-simple-timing-ruby.py

index ef9976853265616f97abf8501857b7a3f4e3236c..0753472bc5ef8e8e942b803c78e8d51c9b99e599 100644 (file)
@@ -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