diff options
Diffstat (limited to 'tests/configs')
-rw-r--r-- | tests/configs/memtest-ruby.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/memtest-ruby.py b/tests/configs/memtest-ruby.py index cbe41301c..221d28b2e 100644 --- a/tests/configs/memtest-ruby.py +++ b/tests/configs/memtest-ruby.py @@ -76,7 +76,7 @@ cpus = [ MemTest(percent_functional=50, # overwrite options.num_cpus with the nb_cores value options.num_cpus = nb_cores - + # system simulated system = System(cpu = cpus) # Dummy voltage domain for all our clock domains |