This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
gem5
Watch
1
Star
0
Fork
You've already forked gem5
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b682366b30
gem5
/
build_opts
/
POWER
4 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2009-10-27 17:24:39 +01:00
TARGET_ISA = 'power'
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
m5: Added PROTOCOL default for regress fix
2010-02-01 07:21:01 +01:00
PROTOCOL = 'MI_example'
Reference in a new issue
Copy permalink