This commit changes metric units (e.g. kB, MB, and GB) to binary units (KiB, MiB, GiB) in various files. This PR covers files that were missed by a previous PR that also made these changes.
CPU Tests
These tests run the Bubblesort and FloatMM workloads against the different CPU models. To run these tests by themselves, you can run the following command in the tests directory:
./main.py run gem5/cpu_tests --length=[length]