configs: Fix CPUClass typo in se.py
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Tue, 9 Oct 2018 09:27:08 +0000 (11:27 +0200)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Tue, 9 Oct 2018 17:25:05 +0000 (17:25 +0000)
commit38086692c4103f1373c06d79b09a0943935a8b2a
treefcb78b29333591ec1eb1141b9fd379df7161f423
parent34975af0971a58eb30e8ee6c8459ddd5af00a39b
configs: Fix CPUClass typo in se.py

Change 719eb033fe435133abf15501c249eec10d1c861f added a typo
to se.py that breaks simpoint simulation, which generates the
following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/daniel/gem5/src/python/m5/main.py", line 435, in main
    exec filecode in scope
  File "./configs/example/se.py", line 217, in <module>
    if not CpuConfig.is_atomic_cpu(TestCPUClass):
NameError: name 'TestCPUClass' is not defined

Change-Id: Ideede8c96a40ee16af733c3d57b02b64f1a18d12
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/13267
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
configs/example/se.py