inorder: sparc: add hello world regression

- add InOrderCPU compile option to SPARC
- add hello regression for SPARC
This commit is contained in:
Korey Sewell
2011-06-20 22:44:22 -04:00
parent 08c1a6f41b
commit d1e8be9a73
5 changed files with 517 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
TARGET_ISA = 'sparc'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
FULL_SYSTEM = 0
PROTOCOL = 'MI_example'