Difference between revisions of "Development"

From gem5
Jump to: navigation, search
Line 8: Line 8:
 
* [[ISA-Specific Compilation]]
 
* [[ISA-Specific Compilation]]
 
* [[Bad names]]
 
* [[Bad names]]
=== Alpha ===
 
 
* [[Alpha Dependencies]]
 
* [[Alpha Dependencies]]
=== SPARC ===
+
=== Architecture Features ===
 +
* [[Branch delay slots]]
 
* [[Register windows]]
 
* [[Register windows]]
 
* [[SPARC Architecture Nasties]]
 
* [[SPARC Architecture Nasties]]
* [[Branch delay slots]]
 
=== MIPS ===
 
=== X86 ===
 
 
* [[x86 decoder]]
 
* [[x86 decoder]]
 
* [[x86 microcode system]]
 
* [[x86 microcode system]]

Revision as of 18:00, 6 June 2007

Meeting Notes

Design Issues

General areas with unresolved design issues should be put here.

General

Architecture Features

Documentation

Documentation which is useful for developing m5, as apposed to using it, should go here. These might actually be better off in the main documentation section as long as they describe something stable. As issues in the above section are resolved, the solutions should be documented and put here.

Random Bits

Programming Bugs