diff options
author | Timothy M. Jones <tjones1@inf.ed.ac.uk> | 2009-10-27 09:24:39 -0700 |
---|---|---|
committer | Timothy M. Jones <tjones1@inf.ed.ac.uk> | 2009-10-27 09:24:39 -0700 |
commit | 835a55e7f347697815fc43851b2dd5a8642d21c4 (patch) | |
tree | 637768b1de6de2bc4520fad97f90194ad6d3f8d6 /build_opts/POWER_SE | |
parent | 0fdfc82bde5b8975ee93d5da9c604ad9b99942e0 (diff) | |
download | gem5-835a55e7f347697815fc43851b2dd5a8642d21c4.tar.xz |
POWER: Add support for the Power ISA
This adds support for the 32-bit, big endian Power ISA. This supports both
integer and floating point instructions based on the Power ISA Book I v2.06.
Diffstat (limited to 'build_opts/POWER_SE')
-rw-r--r-- | build_opts/POWER_SE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/POWER_SE b/build_opts/POWER_SE new file mode 100644 index 000000000..d76ca7180 --- /dev/null +++ b/build_opts/POWER_SE @@ -0,0 +1,3 @@ +TARGET_ISA = 'power' +FULL_SYSTEM = 0 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' |