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