summaryrefslogtreecommitdiff
path: root/src/mem/ruby/common/SConscript
diff options
context:
space:
mode:
authorTony Gutierrez <anthony.gutierrez@amd.com>2016-01-19 14:05:03 -0500
committerTony Gutierrez <anthony.gutierrez@amd.com>2016-01-19 14:05:03 -0500
commit28e353e0403ea379d244a418e8dc8ee0b48187cf (patch)
tree64bf9dcdf22bf7f60668f790744c11ee8ec2f2bf /src/mem/ruby/common/SConscript
parentd658b6e1cc22de852fef611e28f448257acc298a (diff)
downloadgem5-28e353e0403ea379d244a418e8dc8ee0b48187cf.tar.xz
mem: write combining for ruby protocols
This patch adds support for write-combining in ruby.
Diffstat (limited to 'src/mem/ruby/common/SConscript')
-rw-r--r--src/mem/ruby/common/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/ruby/common/SConscript b/src/mem/ruby/common/SConscript
index 9e809f0d0..a19268cba 100644
--- a/src/mem/ruby/common/SConscript
+++ b/src/mem/ruby/common/SConscript
@@ -41,3 +41,4 @@ Source('Histogram.cc')
Source('IntVec.cc')
Source('NetDest.cc')
Source('SubBlock.cc')
+Source('WriteMask.cc')