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
This commit is contained in:
Gabe Black
2006-09-30 03:03:58 -04:00
parent 165b010b29
commit 333eb4efea
3 changed files with 318 additions and 17 deletions

View File

@@ -44,6 +44,7 @@ Import('env')
# Base sources used by all configurations.
base_sources = Split('''
asi.cc
faults.cc
floatregfile.cc
intregfile.cc