diff options
Diffstat (limited to 'build_opts/X86_SE')
-rw-r--r-- | build_opts/X86_SE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_opts/X86_SE b/build_opts/X86_SE index 5913cde1e..3e372726d 100644 --- a/build_opts/X86_SE +++ b/build_opts/X86_SE @@ -1,3 +1,4 @@ TARGET_ISA = 'x86' CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' FULL_SYSTEM = 0 +PROTOCOL = 'MI_example' |