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.
This commit is contained in:
Andreas Hansson 2012-07-21 17:24:01 -04:00
parent 392ba0131f
commit 5e7f174b74

View 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