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:
@@ -44,6 +44,7 @@ Import('env')
|
||||
|
||||
# Base sources used by all configurations.
|
||||
base_sources = Split('''
|
||||
asi.cc
|
||||
faults.cc
|
||||
floatregfile.cc
|
||||
intregfile.cc
|
||||
|
||||
Reference in New Issue
Block a user