CPU: Create a microcode ROM object in the CPU which is defined by the ISA.

This commit is contained in:
Gabe Black
2008-10-12 15:59:21 -07:00
parent 6fd4eff68f
commit 2736086d7c
7 changed files with 220 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ isa_switch_hdrs = Split('''
isa_traits.hh
kernel_stats.hh
locked_mem.hh
microcode_rom.hh
mmaped_ipr.hh
process.hh
predecoder.hh