ruby: correct errors in changeset 4eec7bdde5b0
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 25 Feb 2014 02:50:05 +0000 (20:50 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 25 Feb 2014 02:50:05 +0000 (20:50 -0600)
commit8504b079b8e1c5bc4c14fa42ba224fe182ca43df
tree2ee42015d22e46e4d732117ef83081035cc68b8b
parent3b404fb1a0e21aedcd4597d1683fd251bb9302fa
ruby: correct errors in changeset 4eec7bdde5b0
Couple of errors were discovered in 4eec7bdde5b0 which necessitated this patch.
Firstly, we create interrupt controllers in the se mode, but no piobus was
being created.  RubyPort, which earlier used to ignore range changes now
forwards those to the piobus.  The lack of piobus resulted in segmentation
fault.  This patch creates a piobus even in se mode.  It is not created only
when some tester is running.  Secondly,  I had missed out on modifying port
connections for other coherence protocols.
configs/example/se.py
configs/ruby/MESI_Three_Level.py
configs/ruby/MI_example.py
configs/ruby/MOESI_CMP_directory.py
configs/ruby/MOESI_CMP_token.py
configs/ruby/MOESI_hammer.py
tests/configs/simple-timing-ruby.py