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.
This commit is contained in:
Tushar Krishna
2016-10-06 14:35:14 -04:00
parent 3f0118876f
commit aca869bf2d
13 changed files with 48 additions and 43 deletions

View File

@@ -1,3 +1,4 @@
TARGET_ISA = 'alpha'
SS_COMPATIBLE_FP = 1
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU'
PROTOCOL = 'Network_test'
PROTOCOL = 'Garnet_standalone'