config: Do not instantiate membus when using ruby
authorNilay Vaish <nilay@cs.wisc.edu>
Thu, 13 Jun 2013 12:24:25 +0000 (07:24 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Thu, 13 Jun 2013 12:24:25 +0000 (07:24 -0500)
commitbe981772b96fe21247d65d53f16be35a3ca057dd
treeec7379e6786bdfed618605d2e6b2a1fdd29ff246
parent64270b19c38cd854e0de78636281519a8fefe50b
config: Do not instantiate membus when using ruby
This patch moves the instantiation of system.membus in se.py to the area of
code where classic memory system has been dealt with. Ruby does not require
this bus and hence it should not be instantiated.
configs/example/se.py