09c3a97a4c
The tester code is in testers/networktest. The tester can be invoked by configs/example/ruby_network_test.py. A dummy coherence protocol called Network_test is also addded for network-only simulations and testing. The protocol takes in messages from the tester and just pushes them into the network in the appropriate vnet, without storing any state.
5 lines
139 B
Text
5 lines
139 B
Text
FULL_SYSTEM = 0
|
|
SS_COMPATIBLE_FP = 1
|
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
|
PROTOCOL = 'Network_test'
|
|
RUBY = True
|