Files
gem5/tests/gem5/memory
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
..

Memory

These run a set of tests on memory within gem5.

To run these tests by themselves, you can run the following command in the tests directory:

./main.py run gem5/memory --length=[length]