m5-sys 0.1.0

Low-level bindings for the m5 utility from the gem5 simulator.
1
2
3
4
5
6
7
8
9
10
11
12
13
# m5-sys

Low-level Rust bindings to the m5 utility library of the
[gem5](https://www.gem5.org/) architectural simulator.

## Finding gem5 source

There are two ways for this crate to link against m5.

- By default, this crate will download the official gem5 release
  from GitHub and build the m5 library.
- Set the `GEM5_SRC` environment variable to the root of the gem5
  source tree to build from that instead.