summaryrefslogtreecommitdiff
path: root/src/SConscript
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-16 17:52:15 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-16 17:52:15 -0400
commit0bbd909f02e72a321a65b933104c5ef1e157116b (patch)
treeea8b6858221450cd726f9651d590ea9862d3e426 /src/SConscript
parentdef9ea38b561676a89959882f92d3520a2e0224f (diff)
downloadgem5-0bbd909f02e72a321a65b933104c5ef1e157116b.tar.xz
Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory and into the normal cpu directory.
src/SConscript: Split off FuncUnits from old FUPool so I'm not including encumbered code. This was all written by Steve Raasch so it's safe to include in the main tree. src/cpu/o3/fu_pool.cc: Include the func unit file that's not in the encumbered directory. --HG-- extra : convert_revision : 9801c606961dd2d62dba190d13a76069992bf241
Diffstat (limited to 'src/SConscript')
-rw-r--r--src/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SConscript b/src/SConscript
index a1c18711c..0f21891c4 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -85,6 +85,7 @@ base_sources = Split('''
cpu/base.cc
cpu/cpuevent.cc
cpu/exetrace.cc
+ cpu/func_unit.cc
cpu/op_class.cc
cpu/pc_event.cc
cpu/quiesce_event.cc
@@ -93,8 +94,6 @@ base_sources = Split('''
cpu/simple_thread.cc
cpu/thread_state.cc
- encumbered/cpu/full/fu_pool.cc
-
mem/bridge.cc
mem/bus.cc
mem/connector.cc