From abcc67010ed158b55b83e76e9092cae274a4975a Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Sat, 5 Sep 2015 09:34:25 -0500 Subject: ruby: set: reimplement using std::bitset The current Set data structure is slow and therefore is being reimplemented using std::bitset. A maximum limit of 64 is being set on the number of controllers of each type. This means that for simulating a system with more controllers of a given type, one would need to change the value of the variable NUMBER_BITS_PER_SET --- src/mem/ruby/common/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mem/ruby/common/SConscript') diff --git a/src/mem/ruby/common/SConscript b/src/mem/ruby/common/SConscript index 3c149388a..f8660da39 100644 --- a/src/mem/ruby/common/SConscript +++ b/src/mem/ruby/common/SConscript @@ -38,5 +38,4 @@ Source('Consumer.cc') Source('DataBlock.cc') Source('Histogram.cc') Source('NetDest.cc') -Source('Set.cc') Source('SubBlock.cc') -- cgit v1.2.3