config: remove ruby_fs.py
authorNilay Vaish <nilay@cs.wisc.edu>
Thu, 20 Mar 2014 13:03:09 +0000 (08:03 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Thu, 20 Mar 2014 13:03:09 +0000 (08:03 -0500)
commitd5b5d89b34da1cd311974bffd3834bff451efe0e
treec57076b3bb1513fad91edacea018a75f5737efd3
parent9b3418d163ea2225a9d652b923333b04733a1e0b
config: remove ruby_fs.py

The patch removes the ruby_fs.py file.  The functionality is being moved to
fs.py.  This would being ruby fs simulations in line with how ruby se
simulations are started (using --ruby option).  The alpha fs config functions
are being combined for classing and ruby memory systems.  This required
renaming the piobus in ruby to iobus.  So, we will have stats being renamed
in the stats file for ruby fs regression.
configs/common/FSConfig.py
configs/example/fs.py
configs/example/ruby_fs.py [deleted file]
configs/example/se.py
configs/ruby/Ruby.py
tests/configs/pc-simple-timing-ruby.py