summaryrefslogtreecommitdiff
path: root/configs/example/ruby_network_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/ruby_network_test.py')
-rw-r--r--configs/example/ruby_network_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/ruby_network_test.py b/configs/example/ruby_network_test.py
index 2d68a81ea..1d44813ac 100644
--- a/configs/example/ruby_network_test.py
+++ b/configs/example/ruby_network_test.py
@@ -103,7 +103,7 @@ cpus = [ NetworkTest(fixed_pkts=options.fixed_pkts,
# create the desired simulated system
system = System(cpu = cpus,
- physmem = PhysicalMemory())
+ physmem = SimpleMemory())
Ruby.create_system(options, system)