Files
gem5/tests/gem5/cpu_tests
Erin (Jianghua) Le c10feed524 tests, configs, util, mem, python, systemc: Change base 10 units to base 2 (#1605)
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.
2024-10-01 11:18:05 -07:00
..

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]