----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1675/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9482:d305b09bb487 --------------------------- ruby: correct computation of number of bits required for address The number of bits required for an address was set to floorLog2(memory size). This assumes that the memory size is a power of 2, which is not always true. Hence, the floorLog2 is being replaced with ceilLog2. Diffs ----- src/mem/ruby/system/System.cc b0fa6b872f40 Diff: http://reviews.gem5.org/r/1675/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
