summaryrefslogtreecommitdiff
path: root/src/arch/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-12 15:59:21 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-12 15:59:21 -0700
commit2736086d7c67a24d9eb87827a22a2b352e342ba2 (patch)
tree13828ffb0528a82a7f6c10a40e2976ac03898eb3 /src/arch/SConscript
parent6fd4eff68f53ec1cd9194581bfa223bfbaa2d83d (diff)
downloadgem5-2736086d7c67a24d9eb87827a22a2b352e342ba2.tar.xz
CPU: Create a microcode ROM object in the CPU which is defined by the ISA.
Diffstat (limited to 'src/arch/SConscript')
-rw-r--r--src/arch/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript
index 66f93870e..932cf7509 100644
--- a/src/arch/SConscript
+++ b/src/arch/SConscript
@@ -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