gem5/src
Kevin Lim 0bbd909f02 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
2006-06-16 17:52:15 -04:00
..
arch Add in exec_context.hh, which is a file for documentation purposes only. It describes the ExecContext interface that the ISA uses to access CPU state. Also #ifdef Erik's old copy code from the decoder so ExecContext doesn't need his two specific copy functions. 2006-06-16 17:19:36 -04:00
base Two updates that got combined into one ChangeSet accidentally. They're both pretty simple so they shouldn't cause any trouble. 2006-06-16 17:08:47 -04:00
cpu Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory and into the normal cpu directory. 2006-06-16 17:52:15 -04:00
dev add nacked result and a function to swizzle nacked packet into something that can be sent out again 2006-06-08 19:43:50 -04:00
kern Merge iceaxe.:/Volumes/work/research/m5/head 2006-06-11 22:01:34 -04:00
mem add nacked result and a function to swizzle nacked packet into something that can be sent out again 2006-06-08 19:43:50 -04:00
python Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory and into the normal cpu directory. 2006-06-16 17:52:15 -04:00
sim allow long opts to m5 and add a help flag back. 2006-06-13 16:53:26 -04:00
unittest Merge iceaxe.:/Volumes/work/research/m5/head 2006-06-11 22:01:34 -04:00
Doxyfile New directory structure: 2006-05-22 14:29:33 -04:00
SConscript Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory and into the normal cpu directory. 2006-06-16 17:52:15 -04:00