Deleted Added
sdiff udiff text old ( 8835:7c68f84d7c4e ) new ( 8844:a451e4eda591 )
full compact
1Traceback (most recent call last):
2 File "<string>", line 1, in <module>
3 File "/tmp/gem5.ali/src/python/m5/main.py", line 357, in main
4 exec filecode in scope
5 File "tests/run.py", line 70, in <module>
6 execfile(joinpath(tests_root, 'configs', test_filename + '.py'))
7 File "tests/configs/realview-simple-atomic-dual.py", line 86, in <module>
8 system.l2c.num_cpus = 2
9 File "/tmp/gem5.ali/src/python/m5/SimObject.py", line 725, in __setattr__
10 % (self.__class__.__name__, attr)
11AttributeError: Class L2 has no parameter num_cpus