diff options
Diffstat (limited to 'build_opts/MIPS_SE')
-rw-r--r-- | build_opts/MIPS_SE | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_opts/MIPS_SE b/build_opts/MIPS_SE index d3e449f42..085557898 100644 --- a/build_opts/MIPS_SE +++ b/build_opts/MIPS_SE @@ -1,3 +1,4 @@ TARGET_ISA = 'mips' FULL_SYSTEM = 0 -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
\ No newline at end of file +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' +PROTOCOL = 'MI_example' |