From aca869bf2dba8cc7a7b06be223b84fa0376a59e9 Mon Sep 17 00:00:00 2001 From: Tushar Krishna Date: Thu, 6 Oct 2016 14:35:14 -0400 Subject: ruby: rename ALPHA_Network_test protocol to Garnet_standalone. Over the past 6 years, we realized that the protocol is essentially used to run the garnet network in a standalone manner, and feed standard synthetic traffic patterns through it. --- build_opts/ALPHA_Network_test | 3 --- build_opts/Garnet_standalone | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 build_opts/ALPHA_Network_test create mode 100644 build_opts/Garnet_standalone (limited to 'build_opts') diff --git a/build_opts/ALPHA_Network_test b/build_opts/ALPHA_Network_test deleted file mode 100644 index 011f81754..000000000 --- a/build_opts/ALPHA_Network_test +++ /dev/null @@ -1,3 +0,0 @@ -SS_COMPATIBLE_FP = 1 -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU' -PROTOCOL = 'Network_test' 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' -- cgit v1.2.3