config: add a separate config file for the network.
authorTushar Krishna <tushar@ece.gatech.edu>
Thu, 6 Oct 2016 18:35:17 +0000 (14:35 -0400)
committerTushar Krishna <tushar@ece.gatech.edu>
Thu, 6 Oct 2016 18:35:17 +0000 (14:35 -0400)
commitb9e23a6d741cdcdf0ffb7364c6aae36a487335ef
treed81337a49324e0aa1829308aa76a93e8b3144997
parent0f68b50ff11a957a9c8d31b592c75e659f8a1023
config: add a separate config file for the network.
This patch adds a new file configs/network/Network.py to setup the network,
instead of doing that within Ruby.py.
configs/example/apu_se.py
configs/example/fs.py
configs/example/garnet_synth_traffic.py
configs/example/ruby_direct_test.py
configs/example/ruby_gpu_random_test.py
configs/example/ruby_mem_test.py
configs/example/ruby_random_test.py
configs/example/se.py
configs/network/Network.py [new file with mode: 0644]
configs/ruby/Ruby.py