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:
parent
392ba0131f
commit
5e7f174b74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue