diff -r 542b2ace9778 -r 04e848b767d7 src/mem/Bus.py --- a/src/mem/Bus.py Mon Jun 11 14:56:27 2012 +0100 +++ b/src/mem/Bus.py Mon Jun 11 15:45:30 2012 +0100 @@ -49,7 +49,7 @@ master = VectorMasterPort("vector port for connecting slaves") clock = Param.Clock("1GHz", "bus clock speed") header_cycles = Param.Int(1, "cycles of overhead per transaction") - width = Param.Int(64, "bus width (bytes)") + width = Param.Int(8, "bus width (bytes)") block_size = Param.Int(64, "The default block size if not set by " \ "any connected module")