projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b43961
)
Include new OzoneCPU files
author
Kevin Lim
<ktlim@umich.edu>
Sat, 22 Apr 2006 23:17:05 +0000
(19:17 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Sat, 22 Apr 2006 23:17:05 +0000
(19:17 -0400)
--HG--
extra : convert_revision :
f8c8751aab62df5d57c6491c5ce9b90b5a176e86
cpu/SConscript
patch
|
blob
|
history
diff --git
a/cpu/SConscript
b/cpu/SConscript
index 888dbdc222fe040e1eb3514fc619fc29c643db99..c34971acfcc16f9a0502172fb398ae74b6e0bc6f 100644
(file)
--- a/
cpu/SConscript
+++ b/
cpu/SConscript
@@
-146,6
+146,8
@@
if 'OzoneCPU' in env['CPU_MODELS']:
sources += Split('''
ozone/back_end.cc
ozone/lsq_unit.cc
+ ozone/lw_back_end.cc
+ ozone/lw_lsq.cc
''')
# FullCPU sources are included from m5/SConscript since they're not