gem5/build_opts/SPARC_SE
Korey Sewell d1e8be9a73 inorder: sparc: add hello world regression
- add InOrderCPU compile option to SPARC
- add hello regression for SPARC
2011-06-20 22:44:22 -04:00

5 lines
125 B
Plaintext

TARGET_ISA = 'sparc'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
FULL_SYSTEM = 0
PROTOCOL = 'MI_example'