diff options
Diffstat (limited to 'src/mem/ruby')
85 files changed, 117 insertions, 117 deletions
diff --git a/src/mem/ruby/common/Global.hh b/src/mem/ruby/common/Global.hh index 2f42aabcb..205b2bcb2 100644 --- a/src/mem/ruby/common/Global.hh +++ b/src/mem/ruby/common/Global.hh @@ -97,8 +97,8 @@ extern RubySystem* g_system_ptr; class Debug; extern Debug* g_debug_ptr; -// FIXME: this is required by the contructor of Directory_Entry.h. It can't go -// into slicc_util.h because it opens a can of ugly worms +// FIXME: this is required by the contructor of Directory_Entry.hh. It can't go +// into slicc_util.hh because it opens a can of ugly worms extern inline int max_tokens() { return 1024; diff --git a/src/mem/ruby/common/NetDest.cc b/src/mem/ruby/common/NetDest.cc index 951307395..390d5ee8e 100644 --- a/src/mem/ruby/common/NetDest.cc +++ b/src/mem/ruby/common/NetDest.cc @@ -30,7 +30,7 @@ /* * NetDest.C * - * Description: See NetDest.h + * Description: See NetDest.hh * * $Id$ * diff --git a/src/mem/ruby/common/NetDest.hh b/src/mem/ruby/common/NetDest.hh index 17ede03e9..20aac5108 100644 --- a/src/mem/ruby/common/NetDest.hh +++ b/src/mem/ruby/common/NetDest.hh @@ -28,7 +28,7 @@ */ /* - * Set.h + * Set.hh * * Description: * diff --git a/src/mem/ruby/common/Set.cc b/src/mem/ruby/common/Set.cc index b4c4e4789..4cb40a246 100644 --- a/src/mem/ruby/common/Set.cc +++ b/src/mem/ruby/common/Set.cc @@ -28,11 +28,11 @@ */ /* - * Set.C + * Set.cc * - * Description: See Set.h + * Description: See Set.hh * - * $Id: BigSet.C 1.9 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ + * $Id: BigSet.cc 1.9 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ * */ @@ -475,7 +475,7 @@ bool Set::isSuperset(const Set& test) const /* * "Supposed" to return the node id of the (n+1)th set * bit, IE n=0 => returns nodeid of first set bit, BUT - * since BigSet.C behaves strangely, this implementation + * since BigSet.cc behaves strangely, this implementation * will behave strangely just for reverse compatability. * * Was originally implemented for the flight data recorder diff --git a/src/mem/ruby/common/Set.hh b/src/mem/ruby/common/Set.hh index 45f06e6aa..43fa5b45e 100644 --- a/src/mem/ruby/common/Set.hh +++ b/src/mem/ruby/common/Set.hh @@ -28,11 +28,11 @@ */ /* - * Set.h + * Set.hh * * Description: * - * $Id: BigSet.h 1.6 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ + * $Id: BigSet.hh 1.6 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ * */ @@ -40,7 +40,7 @@ // >32 set lengths, using an array of ints w/ 32 bits/int // NOTE: Never include this file directly, this should only be -// included from Set.h +// included from Set.hh #ifndef SET_H #define SET_H diff --git a/src/mem/ruby/config/RubyConfig.cc b/src/mem/ruby/config/RubyConfig.cc index cb30281cd..fe58a74d3 100644 --- a/src/mem/ruby/config/RubyConfig.cc +++ b/src/mem/ruby/config/RubyConfig.cc @@ -28,9 +28,9 @@ */ /* - * RubyConfig.C + * RubyConfig.cc * - * Description: See RubyConfig.h + * Description: See RubyConfig.hh * * $Id$ * diff --git a/src/mem/ruby/config/RubyConfig.hh b/src/mem/ruby/config/RubyConfig.hh index c0e8ae59e..6de6bd1aa 100644 --- a/src/mem/ruby/config/RubyConfig.hh +++ b/src/mem/ruby/config/RubyConfig.hh @@ -28,7 +28,7 @@ */ /* - * RubyConfig.h + * RubyConfig.hh * * Description: This class has only static members and class methods, * and thus should never need to be instantiated. diff --git a/src/mem/ruby/eventqueue/RubyEventQueue.hh b/src/mem/ruby/eventqueue/RubyEventQueue.hh index a2112c922..fe7bc2833 100644 --- a/src/mem/ruby/eventqueue/RubyEventQueue.hh +++ b/src/mem/ruby/eventqueue/RubyEventQueue.hh @@ -30,7 +30,7 @@ /* * $Id$ * - * Description: The EventQueue class implements an event queue which + * Description: The RubyEventQueue class implements an event queue which * can be trigger events, allowing our simulation to be event driven. * * Currently, the only event we support is a Consumer being signaled @@ -48,7 +48,7 @@ * and a consumer pointer. The event queue will call the wakeup() * method of the consumer at the appropriate time. * - * This implementation of EventQueue uses a dynamically sized array + * This implementation of RubyEventQueue uses a dynamically sized array * managed as a heap. The algorithms used has O(lg n) for insert and * O(lg n) for extract minimum element. (Based on chapter 7 of Cormen, * Leiserson, and Rivest.) The array is dynamically sized and is diff --git a/src/mem/ruby/init.cc b/src/mem/ruby/init.cc index bf7fcf397..a4aefaad3 100644 --- a/src/mem/ruby/init.cc +++ b/src/mem/ruby/init.cc @@ -30,7 +30,7 @@ /* * init.C * - * Description: See init.h + * Description: See init.hh * * $Id$ * diff --git a/src/mem/ruby/init.hh b/src/mem/ruby/init.hh index 3299f305b..35af0e603 100644 --- a/src/mem/ruby/init.hh +++ b/src/mem/ruby/init.hh @@ -28,7 +28,7 @@ */ /* - * init.h + * init.hh * * Description: * diff --git a/src/mem/ruby/network/Network.hh b/src/mem/ruby/network/Network.hh index f97ecce29..d3bfa59da 100644 --- a/src/mem/ruby/network/Network.hh +++ b/src/mem/ruby/network/Network.hh @@ -28,7 +28,7 @@ */ /* - * Network.h + * Network.hh * * Description: The Network class is the base class for classes that * implement the interconnection network between components diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/CreditLink_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/CreditLink_d.hh index 28da0ac73..5e68198cc 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/CreditLink_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/CreditLink_d.hh @@ -1,5 +1,5 @@ /* - * CreditLink_d.h + * CreditLink_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.cc b/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.cc index 28d22c89d..988b634ce 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.cc +++ b/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.cc @@ -27,7 +27,7 @@ */ /* - * GarnetNetwork_d.C + * GarnetNetwork_d.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.hh index f1dd5d2c7..e0f7aebd9 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/GarnetNetwork_d.hh @@ -27,7 +27,7 @@ */ /* - * GarnetNetwork_d.h + * GarnetNetwork_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/InputUnit_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/InputUnit_d.hh index fafa29135..a59ac89d8 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/InputUnit_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/InputUnit_d.hh @@ -27,7 +27,7 @@ */ /* - * InputUnit_d.h + * InputUnit_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkHeader.hh b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkHeader.hh index 4cc73a3d4..a69dbf107 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkHeader.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkHeader.hh @@ -27,7 +27,7 @@ */ /* - * NetworkHeader.h + * NetworkHeader.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.cc b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.cc index e36504356..77857b1f8 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.cc +++ b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.cc @@ -27,7 +27,7 @@ */ /* - * NetworkInterface_d.C + * NetworkInterface_d.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.hh index 00aaff8d3..625226254 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkInterface_d.hh @@ -27,7 +27,7 @@ */ /* - * NetworkInterface_d.h + * NetworkInterface_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.cc b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.cc index 931f0f3a7..94f721646 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.cc +++ b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.cc @@ -27,7 +27,7 @@ */ /* - * NetworkLink_d.C + * NetworkLink_d.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.hh index 28b613faa..1e81a565b 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/NetworkLink_d.hh @@ -27,7 +27,7 @@ */ /* - * NetworkLink_d.h + * NetworkLink_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/OutVcState_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/OutVcState_d.hh index 0bb3d8ced..959a3d643 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/OutVcState_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/OutVcState_d.hh @@ -27,7 +27,7 @@ */ /* - * OutVCState_d.h + * OutVCState_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/OutputUnit_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/OutputUnit_d.hh index 62de62a4f..78f46d1b5 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/OutputUnit_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/OutputUnit_d.hh @@ -27,7 +27,7 @@ */ /* - * OutputUnit_d.h + * OutputUnit_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.cc b/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.cc index 60c9d36a9..c59805b48 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.cc +++ b/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.cc @@ -27,7 +27,7 @@ */ /* - * Router_d.C + * Router_d.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.hh index 87b3f38e2..23a8681d9 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/Router_d.hh @@ -27,7 +27,7 @@ */ /* - * Router_d.h + * Router_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/RoutingUnit_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/RoutingUnit_d.hh index 093fd7abe..091ee90ef 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/RoutingUnit_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/RoutingUnit_d.hh @@ -27,7 +27,7 @@ */ /* - * Routerunit_d.h + * Routerunit_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.cc b/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.cc index 02dee31a4..7ca74244e 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.cc +++ b/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.cc @@ -27,7 +27,7 @@ */ /* - * SWallocator_d.C + * SWallocator_d.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.hh index 16485c539..b1867df7f 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/SWallocator_d.hh @@ -27,7 +27,7 @@ */ /* - * SWallocator_d.h + * SWallocator_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/Switch_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/Switch_d.hh index 0b45172b5..2e2f524a0 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/Switch_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/Switch_d.hh @@ -27,7 +27,7 @@ */ /* - * Switch_d.h + * Switch_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.cc b/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.cc index dc6d170e5..6f13ba14f 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.cc +++ b/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.cc @@ -27,7 +27,7 @@ */ /* - * VCallocator_d.C + * VCallocator_d.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.hh index 8b40d602d..41e317bff 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/VCallocator_d.hh @@ -27,7 +27,7 @@ */ /* - * VCallocator_d.h + * VCallocator_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/VirtualChannel_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/VirtualChannel_d.hh index 8c32482ea..4ac1898e2 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/VirtualChannel_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/VirtualChannel_d.hh @@ -27,7 +27,7 @@ */ /* - * VirtualChannel_d.h + * VirtualChannel_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/flitBuffer_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/flitBuffer_d.hh index 5ac69b22e..70a47d5f6 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/flitBuffer_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/flitBuffer_d.hh @@ -27,7 +27,7 @@ */ /* - * flitBuffer_d.h + * flitBuffer_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-fixed-pipeline/flit_d.hh b/src/mem/ruby/network/garnet-fixed-pipeline/flit_d.hh index 4d69984d2..6f64f4940 100644 --- a/src/mem/ruby/network/garnet-fixed-pipeline/flit_d.hh +++ b/src/mem/ruby/network/garnet-fixed-pipeline/flit_d.hh @@ -27,7 +27,7 @@ */ /* - * flit_d.h + * flit_d.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/FlexibleConsumer.hh b/src/mem/ruby/network/garnet-flexible-pipeline/FlexibleConsumer.hh index e66858356..f8bf6b949 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/FlexibleConsumer.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/FlexibleConsumer.hh @@ -27,7 +27,7 @@ */ /* - * FlexibleConsumer.h + * FlexibleConsumer.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.cc b/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.cc index a2482c330..2496cd30f 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.cc +++ b/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.cc @@ -27,7 +27,7 @@ */ /* - * GarnetNetwork.C + * GarnetNetwork.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.hh b/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.hh index 52cdaa5d6..27de3de07 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/GarnetNetwork.hh @@ -27,7 +27,7 @@ */ /* - * GarnetNetwork.h + * GarnetNetwork.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/InVcState.hh b/src/mem/ruby/network/garnet-flexible-pipeline/InVcState.hh index af48674e9..b7005efea 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/InVcState.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/InVcState.hh @@ -28,7 +28,7 @@ /* * - * InVCState.h + * InVCState.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkConfig.hh b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkConfig.hh index 433e2f686..270fd6429 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkConfig.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkConfig.hh @@ -27,7 +27,7 @@ */ /* - * NetworkConfig.h + * NetworkConfig.hh * * Description: This header file is used to define all configuration parameters required by the interconnection network. * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkInterface.hh b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkInterface.hh index 3b98226c8..af4b1d4eb 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkInterface.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkInterface.hh @@ -27,7 +27,7 @@ */ /* - * NetworkInterface.h + * NetworkInterface.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.cc b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.cc index a170047ac..90177cbec 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.cc +++ b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.cc @@ -27,7 +27,7 @@ */ /* - * NetworkLink.C + * NetworkLink.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.hh b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.hh index a8278ae4c..6cc35b39d 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/NetworkLink.hh @@ -27,7 +27,7 @@ */ /* - * NetworkLink.h + * NetworkLink.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/OutVcState.hh b/src/mem/ruby/network/garnet-flexible-pipeline/OutVcState.hh index 074d97d2e..cb05826dc 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/OutVcState.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/OutVcState.hh @@ -27,7 +27,7 @@ */ /* - * OutVCState.h + * OutVCState.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/Router.cc b/src/mem/ruby/network/garnet-flexible-pipeline/Router.cc index 2ee8fc5aa..1def6f9c3 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/Router.cc +++ b/src/mem/ruby/network/garnet-flexible-pipeline/Router.cc @@ -27,7 +27,7 @@ */ /* - * Router.C + * Router.cc * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/Router.hh b/src/mem/ruby/network/garnet-flexible-pipeline/Router.hh index ce7dd4a8f..f3cf0036d 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/Router.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/Router.hh @@ -27,7 +27,7 @@ */ /* - * Router.h + * Router.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/VCarbiter.hh b/src/mem/ruby/network/garnet-flexible-pipeline/VCarbiter.hh index 6dcb80873..96a03b8dc 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/VCarbiter.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/VCarbiter.hh @@ -27,7 +27,7 @@ */ /* - * VCarbiter.h + * VCarbiter.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/flit.hh b/src/mem/ruby/network/garnet-flexible-pipeline/flit.hh index b9ee9a807..aeac2e63b 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/flit.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/flit.hh @@ -27,7 +27,7 @@ */ /* - * flit.h + * flit.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh b/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh index fa011ecaf..006ba60bd 100644 --- a/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh +++ b/src/mem/ruby/network/garnet-flexible-pipeline/flitBuffer.hh @@ -27,7 +27,7 @@ */ /* - * flitBuffer.h + * flitBuffer.hh * * Niket Agarwal, Princeton University * diff --git a/src/mem/ruby/network/simple/PerfectSwitch.cc b/src/mem/ruby/network/simple/PerfectSwitch.cc index 59f1d85ca..b561b69e2 100644 --- a/src/mem/ruby/network/simple/PerfectSwitch.cc +++ b/src/mem/ruby/network/simple/PerfectSwitch.cc @@ -28,9 +28,9 @@ */ /* - * PerfectSwitch.C + * PerfectSwitch.cc * - * Description: See PerfectSwitch.h + * Description: See PerfectSwitch.hh * * $Id$ * diff --git a/src/mem/ruby/network/simple/SimpleNetwork.cc b/src/mem/ruby/network/simple/SimpleNetwork.cc index 1258edb60..1d0567b6e 100644 --- a/src/mem/ruby/network/simple/SimpleNetwork.cc +++ b/src/mem/ruby/network/simple/SimpleNetwork.cc @@ -28,9 +28,9 @@ */ /* - * SimpleNetwork.C + * SimpleNetwork.cc * - * Description: See SimpleNetwork.h + * Description: See SimpleNetwork.hh * * $Id$ * @@ -48,7 +48,7 @@ #include "mem/protocol/Protocol.hh" #include "mem/gems_common/Map.hh" -// ***BIG HACK*** - This is actually code that _should_ be in Network.C +// ***BIG HACK*** - This is actually code that _should_ be in Network.cc // Note: Moved to Princeton Network // calls new to abstract away from the network diff --git a/src/mem/ruby/network/simple/SimpleNetwork.hh b/src/mem/ruby/network/simple/SimpleNetwork.hh index 8d2f64b7a..39ee2c095 100644 --- a/src/mem/ruby/network/simple/SimpleNetwork.hh +++ b/src/mem/ruby/network/simple/SimpleNetwork.hh @@ -28,7 +28,7 @@ */ /* - * SimpleNetwork.h + * SimpleNetwork.hh * * Description: The SimpleNetwork class implements the interconnection * SimpleNetwork between components (processor/cache components and @@ -55,7 +55,7 @@ * * FIXME: Various flavor of networks are provided as a compiler time * configurable. We currently include this SimpleNetwork in the - * makefile's vpath, so that SimpleNetwork.C can provide an alternative + * makefile's vpath, so that SimpleNetwork.cc can provide an alternative * version constructor for the abstract Network class. It is easy to * modify this to make network a runtime configuable. Just make the * abstract Network class take a enumeration parameter, and based on diff --git a/src/mem/ruby/network/simple/Switch.cc b/src/mem/ruby/network/simple/Switch.cc index 648b6ca01..192520e85 100644 --- a/src/mem/ruby/network/simple/Switch.cc +++ b/src/mem/ruby/network/simple/Switch.cc @@ -28,9 +28,9 @@ */ /* - * Switch.C + * Switch.cc * - * Description: See Switch.h + * Description: See Switch.hh * * $Id$ * diff --git a/src/mem/ruby/network/simple/Throttle.cc b/src/mem/ruby/network/simple/Throttle.cc index 1d9ec0dc6..f91bbdb30 100644 --- a/src/mem/ruby/network/simple/Throttle.cc +++ b/src/mem/ruby/network/simple/Throttle.cc @@ -30,7 +30,7 @@ /* * $Id$ * - * Description: see Throttle.h + * Description: see Throttle.hh * */ diff --git a/src/mem/ruby/network/simple/Topology.cc b/src/mem/ruby/network/simple/Topology.cc index 177bf3929..f887f2a04 100644 --- a/src/mem/ruby/network/simple/Topology.cc +++ b/src/mem/ruby/network/simple/Topology.cc @@ -28,9 +28,9 @@ */ /* - * Topology.C + * Topology.cc * - * Description: See Topology.h + * Description: See Topology.hh * * $Id$ * diff --git a/src/mem/ruby/network/simple/Topology.hh b/src/mem/ruby/network/simple/Topology.hh index ee6be1ebf..cb6c36f17 100644 --- a/src/mem/ruby/network/simple/Topology.hh +++ b/src/mem/ruby/network/simple/Topology.hh @@ -28,7 +28,7 @@ */ /* - * Topology.h + * Topology.hh * * Description: The topology here is configurable; it can be a hierachical * (default one) or a 2D torus or a 2D torus with half switches diff --git a/src/mem/ruby/profiler/AddressProfiler.cc b/src/mem/ruby/profiler/AddressProfiler.cc index b0cc3cfd5..3f6b48956 100644 --- a/src/mem/ruby/profiler/AddressProfiler.cc +++ b/src/mem/ruby/profiler/AddressProfiler.cc @@ -28,9 +28,9 @@ */ /* - * AddressProfiler.C + * AddressProfiler.cc * - * Description: See AddressProfiler.h + * Description: See AddressProfiler.hh * * $Id$ * diff --git a/src/mem/ruby/profiler/AddressProfiler.hh b/src/mem/ruby/profiler/AddressProfiler.hh index b000fb5d5..a32b1184d 100644 --- a/src/mem/ruby/profiler/AddressProfiler.hh +++ b/src/mem/ruby/profiler/AddressProfiler.hh @@ -28,7 +28,7 @@ */ /* - * AddressProfiler.h + * AddressProfiler.hh * * Description: * diff --git a/src/mem/ruby/profiler/CacheProfiler.cc b/src/mem/ruby/profiler/CacheProfiler.cc index edc4bbd6d..516e73ae9 100644 --- a/src/mem/ruby/profiler/CacheProfiler.cc +++ b/src/mem/ruby/profiler/CacheProfiler.cc @@ -30,7 +30,7 @@ /* * CacheProfiler.C * - * Description: See CacheProfiler.h + * Description: See CacheProfiler.hh * * $Id$ * diff --git a/src/mem/ruby/profiler/CacheProfiler.hh b/src/mem/ruby/profiler/CacheProfiler.hh index 4dcff4243..00beeb484 100644 --- a/src/mem/ruby/profiler/CacheProfiler.hh +++ b/src/mem/ruby/profiler/CacheProfiler.hh @@ -28,7 +28,7 @@ */ /* - * CacheProfiler.h + * CacheProfiler.hh * * Description: * diff --git a/src/mem/ruby/profiler/Profiler.cc b/src/mem/ruby/profiler/Profiler.cc index e5579f597..ddbaebd6b 100644 --- a/src/mem/ruby/profiler/Profiler.cc +++ b/src/mem/ruby/profiler/Profiler.cc @@ -43,9 +43,9 @@ */ /* - * Profiler.C + * Profiler.cc * - * Description: See Profiler.h + * Description: See Profiler.hh * * $Id$ * diff --git a/src/mem/ruby/profiler/Profiler.hh b/src/mem/ruby/profiler/Profiler.hh index cb038a051..e25105982 100644 --- a/src/mem/ruby/profiler/Profiler.hh +++ b/src/mem/ruby/profiler/Profiler.hh @@ -27,23 +27,23 @@ */ /* - This file has been modified by Kevin Moore and Dan Nussbaum of the - Scalable Systems Research Group at Sun Microsystems Laboratories - (http://research.sun.com/scalable/) to support the Adaptive - Transactional Memory Test Platform (ATMTP). + This file has been modified by Kevin Moore and Dan Nussbaum of the + Scalable Systems Research Group at Sun Microsystems Laboratories + (http://research.sun.com/scalable/) to support the Adaptive + Transactional Memory Test Platform (ATMTP). - Please send email to atmtp-interest@sun.com with feedback, questions, or - to request future announcements about ATMTP. + Please send email to atmtp-interest@sun.com with feedback, questions, or + to request future announcements about ATMTP. - ---------------------------------------------------------------------- + ---------------------------------------------------------------------- - File modification date: 2008-02-23 + File modification date: 2008-02-23 - ---------------------------------------------------------------------- + ---------------------------------------------------------------------- */ /* - * Profiler.h + * Profiler.hh * * Description: * diff --git a/src/mem/ruby/slicc_interface/AbstractCacheEntry.cc b/src/mem/ruby/slicc_interface/AbstractCacheEntry.cc index 6bb936248..60ca412ad 100644 --- a/src/mem/ruby/slicc_interface/AbstractCacheEntry.cc +++ b/src/mem/ruby/slicc_interface/AbstractCacheEntry.cc @@ -30,7 +30,7 @@ /* * $Id$ * - * Description: See AbstractCacheEntry.h + * Description: See AbstractCacheEntry.hh * */ diff --git a/src/mem/ruby/slicc_interface/AbstractChip.cc b/src/mem/ruby/slicc_interface/AbstractChip.cc index 5ef39b238..021c95b9d 100644 --- a/src/mem/ruby/slicc_interface/AbstractChip.cc +++ b/src/mem/ruby/slicc_interface/AbstractChip.cc @@ -30,7 +30,7 @@ /* * $Id$ * - * Description: See AbstractChip.h + * Description: See AbstractChip.hh * */ diff --git a/src/mem/ruby/slicc_interface/NetworkMessage.hh b/src/mem/ruby/slicc_interface/NetworkMessage.hh index 81c7dc2b0..150fd70fc 100644 --- a/src/mem/ruby/slicc_interface/NetworkMessage.hh +++ b/src/mem/ruby/slicc_interface/NetworkMessage.hh @@ -28,7 +28,7 @@ */ /* - * NetworkMessage.h + * NetworkMessage.hh * * Description: * diff --git a/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc b/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc index 1c0435aca..f16a02f26 100644 --- a/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc +++ b/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.cc @@ -28,9 +28,9 @@ */ /* - * slicc_util.C + * slicc_util.cc * - * Description: See slicc_util.h + * Description: See slicc_util.hh * * $Id$ * diff --git a/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh b/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh index 6cc3c6cd2..1529e6317 100644 --- a/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh +++ b/src/mem/ruby/slicc_interface/RubySlicc_Profiler_interface.hh @@ -28,7 +28,7 @@ */ /* - * slicc_util.h + * slicc_util.hh * * Description: These are the functions that exported to slicc from ruby. * diff --git a/src/mem/ruby/slicc_interface/RubySlicc_Util.hh b/src/mem/ruby/slicc_interface/RubySlicc_Util.hh index d4db1bb28..d0fc0c4a5 100644 --- a/src/mem/ruby/slicc_interface/RubySlicc_Util.hh +++ b/src/mem/ruby/slicc_interface/RubySlicc_Util.hh @@ -28,7 +28,7 @@ */ /* - * slicc_util.h + * slicc_util.hh * * Description: These are the functions that exported to slicc from ruby. * diff --git a/src/mem/ruby/system/AbstractMemOrCache.hh b/src/mem/ruby/system/AbstractMemOrCache.hh index 8e214c74b..e56e1f505 100644 --- a/src/mem/ruby/system/AbstractMemOrCache.hh +++ b/src/mem/ruby/system/AbstractMemOrCache.hh @@ -1,6 +1,6 @@ /* - * AbstractMemOrCache.h + * AbstractMemOrCache.hh * * Description: * diff --git a/src/mem/ruby/system/CacheMemory.hh b/src/mem/ruby/system/CacheMemory.hh index 6908b9168..22799ab13 100644 --- a/src/mem/ruby/system/CacheMemory.hh +++ b/src/mem/ruby/system/CacheMemory.hh @@ -27,11 +27,11 @@ */ /* - * CacheMemory.h + * CacheMemory.hh * * Description: * - * $Id: CacheMemory.h,v 3.7 2004/06/18 20:15:15 beckmann Exp $ + * $Id: CacheMemory.hh,v 3.7 2004/06/18 20:15:15 beckmann Exp $ * */ diff --git a/src/mem/ruby/system/DirectoryMemory.cc b/src/mem/ruby/system/DirectoryMemory.cc index a5f1bcddc..40b990e2d 100644 --- a/src/mem/ruby/system/DirectoryMemory.cc +++ b/src/mem/ruby/system/DirectoryMemory.cc @@ -28,9 +28,9 @@ */ /* - * DirectoryMemory.C + * DirectoryMemory.cc * - * Description: See DirectoryMemory.h + * Description: See DirectoryMemory.hh * * $Id$ * diff --git a/src/mem/ruby/system/DirectoryMemory.hh b/src/mem/ruby/system/DirectoryMemory.hh index 3307e77a7..6451ed459 100644 --- a/src/mem/ruby/system/DirectoryMemory.hh +++ b/src/mem/ruby/system/DirectoryMemory.hh @@ -28,7 +28,7 @@ */ /* - * DirectoryMemory.h + * DirectoryMemory.hh * * Description: * diff --git a/src/mem/ruby/system/MachineID.hh b/src/mem/ruby/system/MachineID.hh index 4515fe7fa..5bfa1584c 100644 --- a/src/mem/ruby/system/MachineID.hh +++ b/src/mem/ruby/system/MachineID.hh @@ -28,7 +28,7 @@ */ /* - * NodeID.h + * NodeID.hh * * Description: * diff --git a/src/mem/ruby/system/MemoryControl.cc b/src/mem/ruby/system/MemoryControl.cc index d26348ad4..86c6526c8 100644 --- a/src/mem/ruby/system/MemoryControl.cc +++ b/src/mem/ruby/system/MemoryControl.cc @@ -28,7 +28,7 @@ */ /* - * MemoryControl.C + * MemoryControl.cc * * Description: This module simulates a basic DDR-style memory controller * (and can easily be extended to do FB-DIMM as well). diff --git a/src/mem/ruby/system/MemoryControl.hh b/src/mem/ruby/system/MemoryControl.hh index a98181b0b..aef2edc5b 100644 --- a/src/mem/ruby/system/MemoryControl.hh +++ b/src/mem/ruby/system/MemoryControl.hh @@ -28,9 +28,9 @@ */ /* - * MemoryControl.h + * MemoryControl.hh * - * Description: See MemoryControl.C + * Description: See MemoryControl.cc * * $Id: $ * @@ -56,7 +56,7 @@ #include <list> // This constant is part of the definition of tFAW; see -// the comments in header to MemoryControl.C +// the comments in header to MemoryControl.cc #define ACTIVATE_PER_TFAW 4 ////////////////////////////////////////////////////////////////////////////// diff --git a/src/mem/ruby/system/NodeID.hh b/src/mem/ruby/system/NodeID.hh index 04c339acc..e5d5f4d98 100644 --- a/src/mem/ruby/system/NodeID.hh +++ b/src/mem/ruby/system/NodeID.hh @@ -28,11 +28,11 @@ */ /* - * NodeID.h + * NodeID.hh * * Description: * - * $Id: NodeID.h,v 3.3 2003/12/04 15:01:39 xu Exp $ + * $Id: NodeID.hh,v 3.3 2003/12/04 15:01:39 xu Exp $ * */ diff --git a/src/mem/ruby/system/NodePersistentTable.hh b/src/mem/ruby/system/NodePersistentTable.hh index 32de2613e..d731b25ae 100644 --- a/src/mem/ruby/system/NodePersistentTable.hh +++ b/src/mem/ruby/system/NodePersistentTable.hh @@ -28,7 +28,7 @@ */ /* - * $Id: NodePersistentTable.h 1.3 04/08/16 14:12:33-05:00 beckmann@c2-143.cs.wisc.edu $ + * $Id: NodePersistentTable.hh 1.3 04/08/16 14:12:33-05:00 beckmann@c2-143.cs.wisc.edu $ * * Description: * diff --git a/src/mem/ruby/system/PerfectCacheMemory.hh b/src/mem/ruby/system/PerfectCacheMemory.hh index 4578d0a44..9d647822c 100644 --- a/src/mem/ruby/system/PerfectCacheMemory.hh +++ b/src/mem/ruby/system/PerfectCacheMemory.hh @@ -28,7 +28,7 @@ */ /* - * PerfectCacheMemory.h + * PerfectCacheMemory.hh * * Description: * diff --git a/src/mem/ruby/system/PersistentArbiter.hh b/src/mem/ruby/system/PersistentArbiter.hh index 705d833f4..1ce05f51f 100644 --- a/src/mem/ruby/system/PersistentArbiter.hh +++ b/src/mem/ruby/system/PersistentArbiter.hh @@ -28,7 +28,7 @@ */ /* - * PersistentArbiter.h + * PersistentArbiter.hh * * Description: * diff --git a/src/mem/ruby/system/Sequencer.hh b/src/mem/ruby/system/Sequencer.hh index d34a2fd3e..1ccfd97ce 100644 --- a/src/mem/ruby/system/Sequencer.hh +++ b/src/mem/ruby/system/Sequencer.hh @@ -28,7 +28,7 @@ */ /* - * $Id: Sequencer.h 1.70 2006/09/27 14:56:41-05:00 bobba@s1-01.cs.wisc.edu $ + * $Id: Sequencer.hh 1.70 2006/09/27 14:56:41-05:00 bobba@s1-01.cs.wisc.edu $ * * Description: * diff --git a/src/mem/ruby/system/System.cc b/src/mem/ruby/system/System.cc index 877a894fc..0e1a29130 100644 --- a/src/mem/ruby/system/System.cc +++ b/src/mem/ruby/system/System.cc @@ -28,9 +28,9 @@ */ /* - * RubySystem.C + * RubySystem.cc * - * Description: See RubySystem.h + * Description: See System.hh * * $Id$ * diff --git a/src/mem/ruby/system/System.hh b/src/mem/ruby/system/System.hh index 8679b55c3..bc493dd16 100644 --- a/src/mem/ruby/system/System.hh +++ b/src/mem/ruby/system/System.hh @@ -28,7 +28,7 @@ */ /* - * RubySystem.h + * System.hh * * Description: Contains all of the various parts of the system we are * simulating. Performs allocation, deallocation, and setup of all diff --git a/src/mem/ruby/system/TBETable.hh b/src/mem/ruby/system/TBETable.hh index aa7e0df6e..2a0c78f06 100644 --- a/src/mem/ruby/system/TBETable.hh +++ b/src/mem/ruby/system/TBETable.hh @@ -28,7 +28,7 @@ */ /* - * TBETable.h + * TBETable.hh * * Description: * diff --git a/src/mem/ruby/system/TimerTable.hh b/src/mem/ruby/system/TimerTable.hh index 36ac83fc6..9912036f3 100644 --- a/src/mem/ruby/system/TimerTable.hh +++ b/src/mem/ruby/system/TimerTable.hh @@ -28,7 +28,7 @@ */ /* - * TimerTable.h + * TimerTable.hh * * Description: * diff --git a/src/mem/ruby/tester/Instruction.hh b/src/mem/ruby/tester/Instruction.hh index fe5540b00..35791dcba 100644 --- a/src/mem/ruby/tester/Instruction.hh +++ b/src/mem/ruby/tester/Instruction.hh @@ -17,7 +17,7 @@ * */ /* - * $Id: Instruction.h 1.2 05/05/24 12:15:47-05:00 kmoore@balder.cs.wisc.edu $ + * $Id: Instruction.hh 1.2 05/05/24 12:15:47-05:00 kmoore@balder.cs.wisc.edu $ * * Description: * diff --git a/src/mem/ruby/tester/SpecifiedGenerator.cc b/src/mem/ruby/tester/SpecifiedGenerator.cc index 17f827ee8..1c273eac3 100644 --- a/src/mem/ruby/tester/SpecifiedGenerator.cc +++ b/src/mem/ruby/tester/SpecifiedGenerator.cc @@ -1,6 +1,6 @@ /* - * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood + * Copyright (c) 1999-2005 Mark D. Hill and David A. Wood * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/mem/ruby/tester/SpecifiedGenerator.hh b/src/mem/ruby/tester/SpecifiedGenerator.hh index 9b4c71623..9aaaffba0 100644 --- a/src/mem/ruby/tester/SpecifiedGenerator.hh +++ b/src/mem/ruby/tester/SpecifiedGenerator.hh @@ -1,6 +1,6 @@ /* - * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood + * Copyright (c) 1999-2005 Mark D. Hill and David A. Wood * All rights reserved. * * Redistribution and use in source and binary forms, with or without |