----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1267/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9075:04e848b767d7 --------------------------- Bus: Make the default bus width 8 bytes instead of 64 This patch changes the default bus width to a more sensible 8 bytes (64 bits), which is in line with most on-chip buses. Although there are cases where a wider or narrower bus is useful, the 8 bytes is a good compromise to serve as the default. This patch changes essentially all statistics, and will be bundled with the outstanding changes to the bus. Diffs ----- src/mem/Bus.py 35ac3a6f8ee0 Diff: http://reviews.gem5.org/r/1267/diff/ Testing ------- util/regress all running and producing the right output (disregarding t1000 and eio) but with essentially all timing tests exhibiting stat differences Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
