Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory...
authorKevin Lim <ktlim@umich.edu>
Fri, 16 Jun 2006 21:52:15 +0000 (17:52 -0400)
committerKevin Lim <ktlim@umich.edu>
Fri, 16 Jun 2006 21:52:15 +0000 (17:52 -0400)
commit0bbd909f02e72a321a65b933104c5ef1e157116b
treeea8b6858221450cd726f9651d590ea9862d3e426
parentdef9ea38b561676a89959882f92d3520a2e0224f
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
src/SConscript
src/cpu/func_unit.cc [new file with mode: 0644]
src/cpu/func_unit.hh [new file with mode: 0644]
src/cpu/o3/fu_pool.cc
src/python/m5/objects/FuncUnit.py [new file with mode: 0644]