CPU: Create a microcode ROM object in the CPU which is defined by the ISA.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 12 Oct 2008 22:59:21 +0000 (15:59 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 12 Oct 2008 22:59:21 +0000 (15:59 -0700)
commit2736086d7c67a24d9eb87827a22a2b352e342ba2
tree13828ffb0528a82a7f6c10a40e2976ac03898eb3
parent6fd4eff68f53ec1cd9194581bfa223bfbaa2d83d
CPU: Create a microcode ROM object in the CPU which is defined by the ISA.
src/arch/SConscript
src/arch/alpha/microcode_rom.hh [new file with mode: 0644]
src/arch/mips/microcode_rom.hh [new file with mode: 0644]
src/arch/sparc/microcode_rom.hh [new file with mode: 0644]
src/arch/x86/microcode_rom.hh [new file with mode: 0644]
src/cpu/base.hh
src/sim/microcode_rom.hh [new file with mode: 0644]