configs: small fix to ruby portion of fs.py and se.py
authorNilay Vaish <nilay@cs.wisc.edu>
Wed, 19 Nov 2014 01:17:29 +0000 (19:17 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Wed, 19 Nov 2014 01:17:29 +0000 (19:17 -0600)
commit708e80d9bb0577662dd7181d4ae947c2cc9b8ac9
tree3394d39be88368c22e5d6d9cc854165059e764a7
parentb5fd6050a2f1c3a597ce8e2c7b0f9d78596fc210
configs: small fix to ruby portion of fs.py and se.py
In fs.py the io port controller was being attached to the iobus multiple
times.  This should be done only once.  In se.py, the the option use_map
was being set which no longer exists.
configs/example/fs.py
configs/example/se.py