configs: ruby: pass the option use_map to directory controller
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 21 May 2013 16:32:08 +0000 (11:32 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 21 May 2013 16:32:08 +0000 (11:32 -0500)
commit9bc75e3c5872d44c70406382cf22a4da2804ee0c
tree3ee11c00f36930a8e6f194236b8475c5344e2178
parent59a7abff29aa5a687e1693f003c20d7e2000c40a
configs: ruby: pass the option use_map to directory controller
The option was not being passed to directory controllers for the protocols
MOESI_CMP_token and MOESI_CMP_directory. This was resulting in an error
while instantiating the directory controller as it tries to access the
wrong type of memory.
configs/ruby/MOESI_CMP_directory.py
configs/ruby/MOESI_CMP_token.py