Difference between revisions of "Development"
From gem5
Line 3: | Line 3: | ||
== M5 Design Issues == | == M5 Design Issues == | ||
− | + | === General === | |
− | |||
− | |||
* [[Heterogeneous System Support]] | * [[Heterogeneous System Support]] | ||
* [[ISA-Specific Compilation]] | * [[ISA-Specific Compilation]] | ||
* [[New Memory Model]] | * [[New Memory Model]] | ||
+ | * [[Full system code locations]] | ||
+ | * [[Bad names]] | ||
+ | === Alpha === | ||
+ | * [[Alpha Dependencies]] | ||
+ | === SPARC === | ||
* [[Register windows]] | * [[Register windows]] | ||
* [[SPARC Architecture Nasties]] | * [[SPARC Architecture Nasties]] | ||
+ | * [[Branch delay slots]] | ||
+ | === MIPS === | ||
+ | === X86 === | ||
* [[x86 decoder]] | * [[x86 decoder]] | ||
* [[microcode assembler]] | * [[microcode assembler]] | ||
* [[x86 microcode system]] | * [[x86 microcode system]] | ||
− | |||
== Random Bits == | == Random Bits == |
Revision as of 16:44, 6 June 2007
Contents
Meeting Notes
M5 Design Issues
General
- Heterogeneous System Support
- ISA-Specific Compilation
- New Memory Model
- Full system code locations
- Bad names