ruby: rename networktest to garnet_synthetic_traffic.
authorTushar Krishna <tushar@ece.gatech.edu>
Thu, 6 Oct 2016 18:35:16 +0000 (14:35 -0400)
committerTushar Krishna <tushar@ece.gatech.edu>
Thu, 6 Oct 2016 18:35:16 +0000 (14:35 -0400)
commit0f68b50ff11a957a9c8d31b592c75e659f8a1023
treeeba783cfce7f7922b359740721050ebda504357a
parentaca869bf2dba8cc7a7b06be223b84fa0376a59e9
ruby: rename networktest to garnet_synthetic_traffic.
networktest is essentially a collection of synthetic traffic patterns
for the network. The protocol name and the tester having the same name
led to multiple python configuration files with the same name, adding
confusion. This patch renames networktest to garnet_synthetic_traffic,
and also adds more synthetic traffic patterns.
configs/example/garnet_synth_traffic.py [new file with mode: 0644]
configs/example/ruby_network_test.py [deleted file]
src/cpu/testers/garnet_synthetic_traffic/GarnetSyntheticTraffic.cc [new file with mode: 0644]
src/cpu/testers/garnet_synthetic_traffic/GarnetSyntheticTraffic.hh [new file with mode: 0644]
src/cpu/testers/garnet_synthetic_traffic/GarnetSyntheticTraffic.py [new file with mode: 0644]
src/cpu/testers/garnet_synthetic_traffic/SConscript [new file with mode: 0644]
src/cpu/testers/networktest/NetworkTest.py [deleted file]
src/cpu/testers/networktest/SConscript [deleted file]
src/cpu/testers/networktest/networktest.cc [deleted file]
src/cpu/testers/networktest/networktest.hh [deleted file]