fb90b1dd13
arch/isa_parser.py: Clean up ##include code a bit. arch/sparc/isa/formats.isa: arch/sparc/isa/main.isa: Fix include paths. --HG-- extra : convert_revision : 0689963c2948e5f1088ecbf2cf6018d29bdaceff
19 lines
518 B
Text
19 lines
518 B
Text
//Include the basic format
|
|
//Templates from this format are used later
|
|
##include "m5/arch/sparc/isa/formats/basic.isa"
|
|
|
|
//Include the integerOp and integerOpCc format
|
|
##include "m5/arch/sparc/isa/formats/integerop.isa"
|
|
|
|
//Include the mem format
|
|
##include "m5/arch/sparc/isa/formats/mem.isa"
|
|
|
|
//Include the trap format
|
|
##include "m5/arch/sparc/isa/formats/trap.isa"
|
|
|
|
//Include the branch format
|
|
##include "m5/arch/sparc/isa/formats/branch.isa"
|
|
|
|
//Include the noop format
|
|
##include "m5/arch/sparc/isa/formats/noop.isa"
|
|
|