X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configs%2Fexample%2Fruby_network_test.py;h=d15206163bfc3526686671b3a13a8b5c287c0afd;hb=c86f849d5a1da1fc77f2fca43b82cb6760f68bc9;hp=fb2a642b8250c1467328a3cc9277672880d9382f;hpb=f4cfd65d2982f0f97304ef05083b40f3346a496f;p=gem5.git diff --git a/configs/example/ruby_network_test.py b/configs/example/ruby_network_test.py index fb2a642b8..d15206163 100644 --- a/configs/example/ruby_network_test.py +++ b/configs/example/ruby_network_test.py @@ -105,7 +105,7 @@ cpus = [ NetworkTest(fixed_pkts=options.fixed_pkts, \ system = System(cpu = cpus, physmem = PhysicalMemory()) -system.ruby = Ruby.create_system(options, system) +Ruby.create_system(options, system) i = 0 for ruby_port in system.ruby._cpu_ruby_ports: