diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-09-30 03:03:58 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-09-30 03:03:58 -0400 |
commit | 333eb4efea55982bc73fae7638bb55fd0e9b5617 (patch) | |
tree | cb502e521ab55402bd44b2928ee3735682c5078c /src/arch/sparc/SConscript | |
parent | 165b010b2928a2ebb6e080727cda73daede70123 (diff) | |
download | gem5-333eb4efea55982bc73fae7638bb55fd0e9b5617.tar.xz |
Basic work towards supporting ASIs properly
src/arch/sparc/SConscript:
Added a file that implements ASI utility functions. These don't go in utility.hh because they aren't supposed to be part of the generic ISA interface.
src/arch/sparc/asi.hh:
Fixed up some mistranscriptions, and added function prototypes for some ASI utility functions.
src/arch/sparc/asi.cc:
Implementation of some ASI utility functions.
--HG--
extra : convert_revision : 8021007027b13e91cc66908029470da49a8ca11f
Diffstat (limited to 'src/arch/sparc/SConscript')
-rw-r--r-- | src/arch/sparc/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/sparc/SConscript b/src/arch/sparc/SConscript index 66f2b57e0..e317502e0 100644 --- a/src/arch/sparc/SConscript +++ b/src/arch/sparc/SConscript @@ -44,6 +44,7 @@ Import('env') # Base sources used by all configurations. base_sources = Split(''' + asi.cc faults.cc floatregfile.cc intregfile.cc |