835a55e7f3
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.
3 lines
90 B
Text
3 lines
90 B
Text
TARGET_ISA = 'power'
|
|
FULL_SYSTEM = 0
|
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|