diff options
Diffstat (limited to 'build_opts/Garnet_standalone')
-rw-r--r-- | build_opts/Garnet_standalone | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build_opts/Garnet_standalone b/build_opts/Garnet_standalone new file mode 100644 index 000000000..46ae29a45 --- /dev/null +++ b/build_opts/Garnet_standalone @@ -0,0 +1,4 @@ +TARGET_ISA = 'alpha' +SS_COMPATIBLE_FP = 1 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU' +PROTOCOL = 'Garnet_standalone' |