diff options
Diffstat (limited to 'configs/example/ruby_network_test.py')
-rw-r--r-- | configs/example/ruby_network_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/example/ruby_network_test.py b/configs/example/ruby_network_test.py index 1d44813ac..58e8b2e40 100644 --- a/configs/example/ruby_network_test.py +++ b/configs/example/ruby_network_test.py @@ -35,6 +35,7 @@ from m5.util import addToPath import os, optparse, sys addToPath('../common') addToPath('../ruby') +addToPath('../topologies') import Options import Ruby |