From 05f6a4a6b92370162da17ef5cccb5a7e3ba508e5 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 6 Jul 2009 15:49:47 -0700 Subject: ruby: replace strings that were missed in original ruby import. --- src/mem/gems_common/ioutil/attrlex.ll | 2 +- src/mem/gems_common/ioutil/attrparse.yy | 2 +- src/mem/ruby/common/Global.hh | 4 ++-- src/mem/ruby/common/NetDest.cc | 2 +- src/mem/ruby/common/NetDest.hh | 2 +- src/mem/ruby/common/Set.cc | 8 ++++---- src/mem/ruby/common/Set.hh | 6 +++--- src/mem/ruby/config/RubyConfig.cc | 4 ++-- src/mem/ruby/config/RubyConfig.hh | 2 +- src/mem/ruby/eventqueue/RubyEventQueue.hh | 4 ++-- src/mem/ruby/init.cc | 2 +- src/mem/ruby/init.hh | 2 +- src/mem/ruby/network/Network.hh | 2 +- .../network/garnet-fixed-pipeline/CreditLink_d.hh | 2 +- .../network/garnet-fixed-pipeline/GarnetNetwork_d.cc | 2 +- .../network/garnet-fixed-pipeline/GarnetNetwork_d.hh | 2 +- .../network/garnet-fixed-pipeline/InputUnit_d.hh | 2 +- .../network/garnet-fixed-pipeline/NetworkHeader.hh | 2 +- .../garnet-fixed-pipeline/NetworkInterface_d.cc | 2 +- .../garnet-fixed-pipeline/NetworkInterface_d.hh | 2 +- .../network/garnet-fixed-pipeline/NetworkLink_d.cc | 2 +- .../network/garnet-fixed-pipeline/NetworkLink_d.hh | 2 +- .../network/garnet-fixed-pipeline/OutVcState_d.hh | 2 +- .../network/garnet-fixed-pipeline/OutputUnit_d.hh | 2 +- .../ruby/network/garnet-fixed-pipeline/Router_d.cc | 2 +- .../ruby/network/garnet-fixed-pipeline/Router_d.hh | 2 +- .../network/garnet-fixed-pipeline/RoutingUnit_d.hh | 2 +- .../network/garnet-fixed-pipeline/SWallocator_d.cc | 2 +- .../network/garnet-fixed-pipeline/SWallocator_d.hh | 2 +- .../ruby/network/garnet-fixed-pipeline/Switch_d.hh | 2 +- .../network/garnet-fixed-pipeline/VCallocator_d.cc | 2 +- .../network/garnet-fixed-pipeline/VCallocator_d.hh | 2 +- .../garnet-fixed-pipeline/VirtualChannel_d.hh | 2 +- .../network/garnet-fixed-pipeline/flitBuffer_d.hh | 2 +- src/mem/ruby/network/garnet-fixed-pipeline/flit_d.hh | 2 +- .../garnet-flexible-pipeline/FlexibleConsumer.hh | 2 +- .../garnet-flexible-pipeline/GarnetNetwork.cc | 2 +- .../garnet-flexible-pipeline/GarnetNetwork.hh | 2 +- .../network/garnet-flexible-pipeline/InVcState.hh | 2 +- .../garnet-flexible-pipeline/NetworkConfig.hh | 2 +- .../garnet-flexible-pipeline/NetworkInterface.hh | 2 +- .../network/garnet-flexible-pipeline/NetworkLink.cc | 2 +- .../network/garnet-flexible-pipeline/NetworkLink.hh | 2 +- .../network/garnet-flexible-pipeline/OutVcState.hh | 2 +- .../ruby/network/garnet-flexible-pipeline/Router.cc | 2 +- .../ruby/network/garnet-flexible-pipeline/Router.hh | 2 +- .../network/garnet-flexible-pipeline/VCarbiter.hh | 2 +- .../ruby/network/garnet-flexible-pipeline/flit.hh | 2 +- .../network/garnet-flexible-pipeline/flitBuffer.hh | 2 +- src/mem/ruby/network/simple/PerfectSwitch.cc | 4 ++-- src/mem/ruby/network/simple/SimpleNetwork.cc | 6 +++--- src/mem/ruby/network/simple/SimpleNetwork.hh | 4 ++-- src/mem/ruby/network/simple/Switch.cc | 4 ++-- src/mem/ruby/network/simple/Throttle.cc | 2 +- src/mem/ruby/network/simple/Topology.cc | 4 ++-- src/mem/ruby/network/simple/Topology.hh | 2 +- src/mem/ruby/profiler/AddressProfiler.cc | 4 ++-- src/mem/ruby/profiler/AddressProfiler.hh | 2 +- src/mem/ruby/profiler/CacheProfiler.cc | 2 +- src/mem/ruby/profiler/CacheProfiler.hh | 2 +- src/mem/ruby/profiler/Profiler.cc | 4 ++-- src/mem/ruby/profiler/Profiler.hh | 20 ++++++++++---------- src/mem/ruby/slicc_interface/AbstractCacheEntry.cc | 2 +- src/mem/ruby/slicc_interface/AbstractChip.cc | 2 +- src/mem/ruby/slicc_interface/NetworkMessage.hh | 2 +- .../slicc_interface/RubySlicc_Profiler_interface.cc | 4 ++-- .../slicc_interface/RubySlicc_Profiler_interface.hh | 2 +- src/mem/ruby/slicc_interface/RubySlicc_Util.hh | 2 +- src/mem/ruby/system/AbstractMemOrCache.hh | 2 +- src/mem/ruby/system/CacheMemory.hh | 4 ++-- src/mem/ruby/system/DirectoryMemory.cc | 4 ++-- src/mem/ruby/system/DirectoryMemory.hh | 2 +- src/mem/ruby/system/MachineID.hh | 2 +- src/mem/ruby/system/MemoryControl.cc | 2 +- src/mem/ruby/system/MemoryControl.hh | 6 +++--- src/mem/ruby/system/NodeID.hh | 4 ++-- src/mem/ruby/system/NodePersistentTable.hh | 2 +- src/mem/ruby/system/PerfectCacheMemory.hh | 2 +- src/mem/ruby/system/PersistentArbiter.hh | 2 +- src/mem/ruby/system/Sequencer.hh | 2 +- src/mem/ruby/system/System.cc | 4 ++-- src/mem/ruby/system/System.hh | 2 +- src/mem/ruby/system/TBETable.hh | 2 +- src/mem/ruby/system/TimerTable.hh | 2 +- src/mem/ruby/tester/Instruction.hh | 2 +- src/mem/ruby/tester/SpecifiedGenerator.cc | 2 +- src/mem/ruby/tester/SpecifiedGenerator.hh | 2 +- src/mem/slicc/ast/AST.cc | 2 +- src/mem/slicc/ast/AST.hh | 2 +- src/mem/slicc/ast/ActionDeclAST.cc | 2 +- src/mem/slicc/ast/ActionDeclAST.hh | 4 ++-- src/mem/slicc/ast/AssignStatementAST.cc | 2 +- src/mem/slicc/ast/AssignStatementAST.hh | 4 ++-- src/mem/slicc/ast/ChipComponentAccessAST.cc | 2 +- src/mem/slicc/ast/ChipComponentAccessAST.hh | 2 +- src/mem/slicc/ast/DeclAST.cc | 2 +- src/mem/slicc/ast/DeclAST.hh | 2 +- src/mem/slicc/ast/DeclListAST.cc | 2 +- src/mem/slicc/ast/DeclListAST.hh | 4 ++-- src/mem/slicc/ast/EnqueueStatementAST.hh | 2 +- src/mem/slicc/ast/EnumDeclAST.cc | 2 +- src/mem/slicc/ast/EnumDeclAST.hh | 2 +- src/mem/slicc/ast/EnumExprAST.cc | 2 +- src/mem/slicc/ast/EnumExprAST.hh | 4 ++-- src/mem/slicc/ast/ExprAST.cc | 2 +- src/mem/slicc/ast/ExprAST.hh | 2 +- src/mem/slicc/ast/ExprStatementAST.cc | 2 +- src/mem/slicc/ast/ExprStatementAST.hh | 2 +- src/mem/slicc/ast/FormalParamAST.cc | 2 +- src/mem/slicc/ast/FormalParamAST.hh | 4 ++-- src/mem/slicc/ast/FuncCallExprAST.cc | 2 +- src/mem/slicc/ast/FuncCallExprAST.hh | 2 +- src/mem/slicc/ast/FuncDeclAST.cc | 2 +- src/mem/slicc/ast/FuncDeclAST.hh | 4 ++-- src/mem/slicc/ast/IfStatementAST.cc | 2 +- src/mem/slicc/ast/IfStatementAST.hh | 2 +- src/mem/slicc/ast/InPortDeclAST.cc | 2 +- src/mem/slicc/ast/InPortDeclAST.hh | 4 ++-- src/mem/slicc/ast/InfixOperatorExprAST.cc | 2 +- src/mem/slicc/ast/InfixOperatorExprAST.hh | 4 ++-- src/mem/slicc/ast/LiteralExprAST.cc | 2 +- src/mem/slicc/ast/LiteralExprAST.hh | 4 ++-- src/mem/slicc/ast/Location.cc | 2 +- src/mem/slicc/ast/Location.hh | 4 ++-- src/mem/slicc/ast/MachineAST.cc | 6 +++--- src/mem/slicc/ast/MachineAST.hh | 4 ++-- src/mem/slicc/ast/MemberExprAST.cc | 2 +- src/mem/slicc/ast/MemberExprAST.hh | 4 ++-- src/mem/slicc/ast/MethodCallExprAST.cc | 4 ++-- src/mem/slicc/ast/MethodCallExprAST.hh | 2 +- src/mem/slicc/ast/ObjDeclAST.cc | 6 +++--- src/mem/slicc/ast/ObjDeclAST.hh | 4 ++-- src/mem/slicc/ast/OutPortDeclAST.cc | 2 +- src/mem/slicc/ast/OutPortDeclAST.hh | 4 ++-- src/mem/slicc/ast/PairAST.cc | 2 +- src/mem/slicc/ast/PairAST.hh | 4 ++-- src/mem/slicc/ast/PairListAST.cc | 2 +- src/mem/slicc/ast/PairListAST.hh | 2 +- src/mem/slicc/ast/PeekStatementAST.cc | 2 +- src/mem/slicc/ast/PeekStatementAST.hh | 2 +- src/mem/slicc/ast/ReturnStatementAST.cc | 2 +- src/mem/slicc/ast/ReturnStatementAST.hh | 2 +- src/mem/slicc/ast/StatementAST.cc | 2 +- src/mem/slicc/ast/StatementAST.hh | 2 +- src/mem/slicc/ast/StatementListAST.cc | 2 +- src/mem/slicc/ast/StatementListAST.hh | 2 +- src/mem/slicc/ast/TransitionDeclAST.cc | 2 +- src/mem/slicc/ast/TransitionDeclAST.hh | 4 ++-- src/mem/slicc/ast/TypeAST.cc | 2 +- src/mem/slicc/ast/TypeAST.hh | 4 ++-- src/mem/slicc/ast/TypeDeclAST.cc | 2 +- src/mem/slicc/ast/TypeDeclAST.hh | 4 ++-- src/mem/slicc/ast/TypeFieldAST.cc | 2 +- src/mem/slicc/ast/TypeFieldAST.hh | 2 +- src/mem/slicc/ast/TypeFieldEnumAST.cc | 2 +- src/mem/slicc/ast/TypeFieldEnumAST.hh | 4 ++-- src/mem/slicc/ast/TypeFieldMemberAST.cc | 2 +- src/mem/slicc/ast/TypeFieldMemberAST.hh | 2 +- src/mem/slicc/ast/TypeFieldMethodAST.cc | 2 +- src/mem/slicc/ast/TypeFieldMethodAST.hh | 4 ++-- src/mem/slicc/ast/VarExprAST.cc | 2 +- src/mem/slicc/ast/VarExprAST.hh | 2 +- src/mem/slicc/generator/fileio.cc | 2 +- src/mem/slicc/generator/fileio.hh | 4 ++-- src/mem/slicc/generator/html_gen.cc | 2 +- src/mem/slicc/generator/html_gen.hh | 4 ++-- src/mem/slicc/generator/mif_gen.hh | 2 +- src/mem/slicc/main.hh | 4 ++-- src/mem/slicc/symbols/Func.cc | 4 ++-- src/mem/slicc/symbols/Func.hh | 2 +- src/mem/slicc/symbols/SymbolTable.hh | 2 +- src/mem/slicc/symbols/Transition.hh | 2 +- src/mem/slicc/symbols/Type.cc | 8 ++++++++ src/mem/slicc/symbols/Type.hh | 2 +- src/mem/slicc/symbols/Var.hh | 2 +- 175 files changed, 243 insertions(+), 235 deletions(-) diff --git a/src/mem/gems_common/ioutil/attrlex.ll b/src/mem/gems_common/ioutil/attrlex.ll index 1265adcdf..d3a5b35dd 100644 --- a/src/mem/gems_common/ioutil/attrlex.ll +++ b/src/mem/gems_common/ioutil/attrlex.ll @@ -44,7 +44,7 @@ using namespace std; // Maurice // extern "C" { -// #include "simics/api.h" +// #include "simics/api.hh" // }; #include "mem/gems_common/ioutil/FakeSimicsDataTypes.hh" diff --git a/src/mem/gems_common/ioutil/attrparse.yy b/src/mem/gems_common/ioutil/attrparse.yy index 2211c572d..4301717fa 100644 --- a/src/mem/gems_common/ioutil/attrparse.yy +++ b/src/mem/gems_common/ioutil/attrparse.yy @@ -40,7 +40,7 @@ using namespace std; // Maurice // extern "C" { -// #include "simics/api.h" +// #include "simics/api.hh" // }; #include "mem/gems_common/ioutil/FakeSimicsDataTypes.hh" 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 // 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 diff --git a/src/mem/slicc/ast/AST.cc b/src/mem/slicc/ast/AST.cc index cf59a4360..e893c453a 100644 --- a/src/mem/slicc/ast/AST.cc +++ b/src/mem/slicc/ast/AST.cc @@ -30,7 +30,7 @@ /* * AST.C * - * Description: See AST.h + * Description: See AST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/AST.hh b/src/mem/slicc/ast/AST.hh index 93c45b3f0..53f9a6c33 100644 --- a/src/mem/slicc/ast/AST.hh +++ b/src/mem/slicc/ast/AST.hh @@ -28,7 +28,7 @@ */ /* - * AST.h + * AST.hh * * Description: * diff --git a/src/mem/slicc/ast/ActionDeclAST.cc b/src/mem/slicc/ast/ActionDeclAST.cc index 372920a1b..2734722d1 100644 --- a/src/mem/slicc/ast/ActionDeclAST.cc +++ b/src/mem/slicc/ast/ActionDeclAST.cc @@ -30,7 +30,7 @@ /* * ActionDeclAST.C * - * Description: See ActionDeclAST.h + * Description: See ActionDeclAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/ActionDeclAST.hh b/src/mem/slicc/ast/ActionDeclAST.hh index bf6d4d403..53d938ca8 100644 --- a/src/mem/slicc/ast/ActionDeclAST.hh +++ b/src/mem/slicc/ast/ActionDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * ActionDeclAST.h + * ActionDeclAST.hh * * Description: * - * $Id: ActionDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: ActionDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/AssignStatementAST.cc b/src/mem/slicc/ast/AssignStatementAST.cc index 290ef101d..8cf42aa63 100644 --- a/src/mem/slicc/ast/AssignStatementAST.cc +++ b/src/mem/slicc/ast/AssignStatementAST.cc @@ -30,7 +30,7 @@ /* * AssignStatementAST.C * - * Description: See AssignStatementAST.h + * Description: See AssignStatementAST.hh * * $Id: AssignStatementAST.C,v 3.2 2003/08/01 18:38:19 beckmann Exp $ * diff --git a/src/mem/slicc/ast/AssignStatementAST.hh b/src/mem/slicc/ast/AssignStatementAST.hh index 0b442b5c6..2c19da831 100644 --- a/src/mem/slicc/ast/AssignStatementAST.hh +++ b/src/mem/slicc/ast/AssignStatementAST.hh @@ -28,11 +28,11 @@ */ /* - * AssignStatementAST.h + * AssignStatementAST.hh * * Description: * - * $Id: AssignStatementAST.h,v 3.2 2001/12/12 01:00:09 milo Exp $ + * $Id: AssignStatementAST.hh,v 3.2 2001/12/12 01:00:09 milo Exp $ * */ diff --git a/src/mem/slicc/ast/ChipComponentAccessAST.cc b/src/mem/slicc/ast/ChipComponentAccessAST.cc index 952bd6ad9..61dccf2c0 100644 --- a/src/mem/slicc/ast/ChipComponentAccessAST.cc +++ b/src/mem/slicc/ast/ChipComponentAccessAST.cc @@ -30,7 +30,7 @@ /* * ChipComponentAccessAST.C * - * Description: See ChipComponentAccessAST.h + * Description: See ChipComponentAccessAST.hh * * $Id: ChipComponentAccessAST.C 1.9 04/06/18 21:00:08-00:00 beckmann@cottons.cs.wisc.edu $ * diff --git a/src/mem/slicc/ast/ChipComponentAccessAST.hh b/src/mem/slicc/ast/ChipComponentAccessAST.hh index 4702066a5..1f22a79e4 100644 --- a/src/mem/slicc/ast/ChipComponentAccessAST.hh +++ b/src/mem/slicc/ast/ChipComponentAccessAST.hh @@ -32,7 +32,7 @@ * * Description: * - * $Id: ChipComponentAccessAST.h 1.8 04/06/18 21:00:08-00:00 beckmann@cottons.cs.wisc.edu $ + * $Id: ChipComponentAccessAST.hh 1.8 04/06/18 21:00:08-00:00 beckmann@cottons.cs.wisc.edu $ * */ diff --git a/src/mem/slicc/ast/DeclAST.cc b/src/mem/slicc/ast/DeclAST.cc index ebbdaeeaa..6ccf9a9d6 100644 --- a/src/mem/slicc/ast/DeclAST.cc +++ b/src/mem/slicc/ast/DeclAST.cc @@ -30,7 +30,7 @@ /* * DeclAST.C * - * Description: See DeclAST.h + * Description: See DeclAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/DeclAST.hh b/src/mem/slicc/ast/DeclAST.hh index bcada7180..d9e4555b4 100644 --- a/src/mem/slicc/ast/DeclAST.hh +++ b/src/mem/slicc/ast/DeclAST.hh @@ -28,7 +28,7 @@ */ /* - * DeclAST.h + * DeclAST.hh * * Description: * diff --git a/src/mem/slicc/ast/DeclListAST.cc b/src/mem/slicc/ast/DeclListAST.cc index f2e35acd0..8337d714b 100644 --- a/src/mem/slicc/ast/DeclListAST.cc +++ b/src/mem/slicc/ast/DeclListAST.cc @@ -30,7 +30,7 @@ /* * DeclListAST.C * - * Description: See DeclListAST.h + * Description: See DeclListAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/DeclListAST.hh b/src/mem/slicc/ast/DeclListAST.hh index f776a0812..1c2bc3c05 100644 --- a/src/mem/slicc/ast/DeclListAST.hh +++ b/src/mem/slicc/ast/DeclListAST.hh @@ -28,11 +28,11 @@ */ /* - * DeclListAST.h + * DeclListAST.hh * * Description: * - * $Id: DeclListAST.h,v 3.1 2001/12/12 01:00:12 milo Exp $ + * $Id: DeclListAST.hh,v 3.1 2001/12/12 01:00:12 milo Exp $ * */ diff --git a/src/mem/slicc/ast/EnqueueStatementAST.hh b/src/mem/slicc/ast/EnqueueStatementAST.hh index 939b9734c..fc2776ed7 100644 --- a/src/mem/slicc/ast/EnqueueStatementAST.hh +++ b/src/mem/slicc/ast/EnqueueStatementAST.hh @@ -28,7 +28,7 @@ */ /* - * EnqueueStatementAST.h + * EnqueueStatementAST.hh * * Description: * diff --git a/src/mem/slicc/ast/EnumDeclAST.cc b/src/mem/slicc/ast/EnumDeclAST.cc index 0edfa57f7..b051f3c8f 100644 --- a/src/mem/slicc/ast/EnumDeclAST.cc +++ b/src/mem/slicc/ast/EnumDeclAST.cc @@ -30,7 +30,7 @@ /* * EnumDeclAST.C * - * Description: See EnumDeclAST.h + * Description: See EnumDeclAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/EnumDeclAST.hh b/src/mem/slicc/ast/EnumDeclAST.hh index 24384dedb..2af650e83 100644 --- a/src/mem/slicc/ast/EnumDeclAST.hh +++ b/src/mem/slicc/ast/EnumDeclAST.hh @@ -28,7 +28,7 @@ */ /* - * EnummDeclAST.h + * EnummDeclAST.hh * * Description: * diff --git a/src/mem/slicc/ast/EnumExprAST.cc b/src/mem/slicc/ast/EnumExprAST.cc index f04c3efff..0d8af0e9f 100644 --- a/src/mem/slicc/ast/EnumExprAST.cc +++ b/src/mem/slicc/ast/EnumExprAST.cc @@ -30,7 +30,7 @@ /* * EnumExprAST.C * - * Description: See EnumExprAST.h + * Description: See EnumExprAST.hh * * $Id: EnumExprAST.C,v 3.1 2003/07/10 18:08:06 milo Exp $ * diff --git a/src/mem/slicc/ast/EnumExprAST.hh b/src/mem/slicc/ast/EnumExprAST.hh index 08feea450..8af1c8891 100644 --- a/src/mem/slicc/ast/EnumExprAST.hh +++ b/src/mem/slicc/ast/EnumExprAST.hh @@ -28,11 +28,11 @@ */ /* - * EnumExprAST.h + * EnumExprAST.hh * * Description: * - * $Id: EnumExprAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: EnumExprAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/ExprAST.cc b/src/mem/slicc/ast/ExprAST.cc index c933d0ed6..3427d4dd9 100644 --- a/src/mem/slicc/ast/ExprAST.cc +++ b/src/mem/slicc/ast/ExprAST.cc @@ -30,7 +30,7 @@ /* * ExprAST.C * - * Description: See ExprAST.h + * Description: See ExprAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/ExprAST.hh b/src/mem/slicc/ast/ExprAST.hh index a2ec9cb81..9566541da 100644 --- a/src/mem/slicc/ast/ExprAST.hh +++ b/src/mem/slicc/ast/ExprAST.hh @@ -28,7 +28,7 @@ */ /* - * ExprAST.h + * ExprAST.hh * * Description: * diff --git a/src/mem/slicc/ast/ExprStatementAST.cc b/src/mem/slicc/ast/ExprStatementAST.cc index fa9465d81..f4bffaab3 100644 --- a/src/mem/slicc/ast/ExprStatementAST.cc +++ b/src/mem/slicc/ast/ExprStatementAST.cc @@ -30,7 +30,7 @@ /* * ExprStatementAST.C * - * Description: See ExprStatementAST.h + * Description: See ExprStatementAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/ExprStatementAST.hh b/src/mem/slicc/ast/ExprStatementAST.hh index 046de6599..a47e86af5 100644 --- a/src/mem/slicc/ast/ExprStatementAST.hh +++ b/src/mem/slicc/ast/ExprStatementAST.hh @@ -28,7 +28,7 @@ */ /* - * ExprStatementAST.h + * ExprStatementAST.hh * * Description: * diff --git a/src/mem/slicc/ast/FormalParamAST.cc b/src/mem/slicc/ast/FormalParamAST.cc index 171c4c933..4ca2c8978 100644 --- a/src/mem/slicc/ast/FormalParamAST.cc +++ b/src/mem/slicc/ast/FormalParamAST.cc @@ -30,7 +30,7 @@ /* * FormalParamAST.C * - * Description: See FormalParamAST.h + * Description: See FormalParamAST.hh * * $Id: FormalParamAST.C,v 3.1 2000/10/05 21:22:20 milo Exp $ * diff --git a/src/mem/slicc/ast/FormalParamAST.hh b/src/mem/slicc/ast/FormalParamAST.hh index be213fb01..63d66cc03 100644 --- a/src/mem/slicc/ast/FormalParamAST.hh +++ b/src/mem/slicc/ast/FormalParamAST.hh @@ -28,11 +28,11 @@ */ /* - * FormalParamAST.h + * FormalParamAST.hh * * Description: * - * $Id: FormalParamAST.h,v 3.1 2001/12/12 01:00:15 milo Exp $ + * $Id: FormalParamAST.hh,v 3.1 2001/12/12 01:00:15 milo Exp $ * */ diff --git a/src/mem/slicc/ast/FuncCallExprAST.cc b/src/mem/slicc/ast/FuncCallExprAST.cc index becead545..5b19017e9 100644 --- a/src/mem/slicc/ast/FuncCallExprAST.cc +++ b/src/mem/slicc/ast/FuncCallExprAST.cc @@ -30,7 +30,7 @@ /* * FuncCallExprAST.C * - * Description: See FuncCallExprAST.h + * Description: See FuncCallExprAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/FuncCallExprAST.hh b/src/mem/slicc/ast/FuncCallExprAST.hh index fecca3486..6c02122ee 100644 --- a/src/mem/slicc/ast/FuncCallExprAST.hh +++ b/src/mem/slicc/ast/FuncCallExprAST.hh @@ -28,7 +28,7 @@ */ /* - * FuncCallExprAST.h + * FuncCallExprAST.hh * * Description: * diff --git a/src/mem/slicc/ast/FuncDeclAST.cc b/src/mem/slicc/ast/FuncDeclAST.cc index 69c09121a..7fb0e6346 100644 --- a/src/mem/slicc/ast/FuncDeclAST.cc +++ b/src/mem/slicc/ast/FuncDeclAST.cc @@ -30,7 +30,7 @@ /* * FuncDeclAST.C * - * Description: See FuncDeclAST.h + * Description: See FuncDeclAST.hh * * $Id: FuncDeclAST.C,v 3.4 2003/08/22 18:19:34 beckmann Exp $ * diff --git a/src/mem/slicc/ast/FuncDeclAST.hh b/src/mem/slicc/ast/FuncDeclAST.hh index a06eb7eb1..d60694303 100644 --- a/src/mem/slicc/ast/FuncDeclAST.hh +++ b/src/mem/slicc/ast/FuncDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * FuncDeclAST.h + * FuncDeclAST.hh * * Description: * - * $Id: FuncDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: FuncDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/IfStatementAST.cc b/src/mem/slicc/ast/IfStatementAST.cc index e3c076ff1..40942a58d 100644 --- a/src/mem/slicc/ast/IfStatementAST.cc +++ b/src/mem/slicc/ast/IfStatementAST.cc @@ -30,7 +30,7 @@ /* * IfStatementAST.C * - * Description: See IfStatementAST.h + * Description: See IfStatementAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/IfStatementAST.hh b/src/mem/slicc/ast/IfStatementAST.hh index 6ac4a573b..2c168913a 100644 --- a/src/mem/slicc/ast/IfStatementAST.hh +++ b/src/mem/slicc/ast/IfStatementAST.hh @@ -28,7 +28,7 @@ */ /* - * IfStatementAST.h + * IfStatementAST.hh * * Description: * diff --git a/src/mem/slicc/ast/InPortDeclAST.cc b/src/mem/slicc/ast/InPortDeclAST.cc index 7711f2b6c..f62af9921 100644 --- a/src/mem/slicc/ast/InPortDeclAST.cc +++ b/src/mem/slicc/ast/InPortDeclAST.cc @@ -30,7 +30,7 @@ /* * InPortDeclAST.C * - * Description: See InPortDeclAST.h + * Description: See InPortDeclAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/InPortDeclAST.hh b/src/mem/slicc/ast/InPortDeclAST.hh index 24d8b1cfb..e6295a6e2 100644 --- a/src/mem/slicc/ast/InPortDeclAST.hh +++ b/src/mem/slicc/ast/InPortDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * InPortDeclAST.h + * InPortDeclAST.hh * * Description: * - * $Id: InPortDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: InPortDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/InfixOperatorExprAST.cc b/src/mem/slicc/ast/InfixOperatorExprAST.cc index 916974bc7..40719fc66 100644 --- a/src/mem/slicc/ast/InfixOperatorExprAST.cc +++ b/src/mem/slicc/ast/InfixOperatorExprAST.cc @@ -30,7 +30,7 @@ /* * InfixOperatorExprAST.C * - * Description: See InfixOperatorExprAST.h + * Description: See InfixOperatorExprAST.hh * * $Id: InfixOperatorExprAST.C,v 3.2 2004/01/31 20:46:15 milo Exp $ * diff --git a/src/mem/slicc/ast/InfixOperatorExprAST.hh b/src/mem/slicc/ast/InfixOperatorExprAST.hh index a573acbb7..f97ab8805 100644 --- a/src/mem/slicc/ast/InfixOperatorExprAST.hh +++ b/src/mem/slicc/ast/InfixOperatorExprAST.hh @@ -28,11 +28,11 @@ */ /* - * InfixOperatorExprAST.h + * InfixOperatorExprAST.hh * * Description: * - * $Id: InfixOperatorExprAST.h,v 3.1 2001/12/12 01:00:19 milo Exp $ + * $Id: InfixOperatorExprAST.hh,v 3.1 2001/12/12 01:00:19 milo Exp $ * */ diff --git a/src/mem/slicc/ast/LiteralExprAST.cc b/src/mem/slicc/ast/LiteralExprAST.cc index 04083db26..4e384a3b3 100644 --- a/src/mem/slicc/ast/LiteralExprAST.cc +++ b/src/mem/slicc/ast/LiteralExprAST.cc @@ -30,7 +30,7 @@ /* * LiteralExprAST.C * - * Description: See LiteralExprAST.h + * Description: See LiteralExprAST.hh * * $Id: LiteralExprAST.C,v 3.1 2002/10/22 21:27:52 milo Exp $ * diff --git a/src/mem/slicc/ast/LiteralExprAST.hh b/src/mem/slicc/ast/LiteralExprAST.hh index b0152489b..c895fa9ae 100644 --- a/src/mem/slicc/ast/LiteralExprAST.hh +++ b/src/mem/slicc/ast/LiteralExprAST.hh @@ -28,11 +28,11 @@ */ /* - * LiteralExprAST.h + * LiteralExprAST.hh * * Description: * - * $Id: LiteralExprAST.h,v 3.1 2001/12/12 01:00:20 milo Exp $ + * $Id: LiteralExprAST.hh,v 3.1 2001/12/12 01:00:20 milo Exp $ * */ diff --git a/src/mem/slicc/ast/Location.cc b/src/mem/slicc/ast/Location.cc index 23d1dba0f..fd224fe2f 100644 --- a/src/mem/slicc/ast/Location.cc +++ b/src/mem/slicc/ast/Location.cc @@ -30,7 +30,7 @@ /* * Location.C * - * Description: See Location.h + * Description: See Location.hh * * $Id: Location.C,v 3.3 2004/05/30 22:19:02 kmoore Exp $ * diff --git a/src/mem/slicc/ast/Location.hh b/src/mem/slicc/ast/Location.hh index 3233bdb3b..c9e20418e 100644 --- a/src/mem/slicc/ast/Location.hh +++ b/src/mem/slicc/ast/Location.hh @@ -28,11 +28,11 @@ */ /* - * Location.h + * Location.hh * * Description: * - * $Id: Location.h,v 3.1 2001/12/12 01:00:20 milo Exp $ + * $Id: Location.hh,v 3.1 2001/12/12 01:00:20 milo Exp $ * */ diff --git a/src/mem/slicc/ast/MachineAST.cc b/src/mem/slicc/ast/MachineAST.cc index 68acb0070..8c2f647be 100644 --- a/src/mem/slicc/ast/MachineAST.cc +++ b/src/mem/slicc/ast/MachineAST.cc @@ -28,11 +28,11 @@ */ /* - * MachineAST.C + * MachineAST.cc * - * Description: See MachineAST.h + * Description: See MachineAST.hh * - * $Id: MachineAST.C,v 3.1 2003/03/17 01:54:25 xu Exp $ + * $Id: MachineAST.cc,v 3.1 2003/03/17 01:54:25 xu Exp $ * */ diff --git a/src/mem/slicc/ast/MachineAST.hh b/src/mem/slicc/ast/MachineAST.hh index cf8361d82..037803db5 100644 --- a/src/mem/slicc/ast/MachineAST.hh +++ b/src/mem/slicc/ast/MachineAST.hh @@ -28,11 +28,11 @@ */ /* - * ActionDeclAST.h + * ActionDeclAST.hh * * Description: * - * $Id: MachineAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: MachineAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/MemberExprAST.cc b/src/mem/slicc/ast/MemberExprAST.cc index 9547251b6..1bcfdc7f1 100644 --- a/src/mem/slicc/ast/MemberExprAST.cc +++ b/src/mem/slicc/ast/MemberExprAST.cc @@ -30,7 +30,7 @@ /* * FieldExprAST.C * - * Description: See FieldExprAST.h + * Description: See FieldExprAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/MemberExprAST.hh b/src/mem/slicc/ast/MemberExprAST.hh index 2be5c69d6..34b694882 100644 --- a/src/mem/slicc/ast/MemberExprAST.hh +++ b/src/mem/slicc/ast/MemberExprAST.hh @@ -28,11 +28,11 @@ */ /* - * MemberExprAST.h + * MemberExprAST.hh * * Description: * - * $Id: MemberExprAST.h,v 3.1 2001/12/12 01:00:21 milo Exp $ + * $Id: MemberExprAST.hh,v 3.1 2001/12/12 01:00:21 milo Exp $ * */ diff --git a/src/mem/slicc/ast/MethodCallExprAST.cc b/src/mem/slicc/ast/MethodCallExprAST.cc index da4be31e8..0e2fed769 100644 --- a/src/mem/slicc/ast/MethodCallExprAST.cc +++ b/src/mem/slicc/ast/MethodCallExprAST.cc @@ -28,9 +28,9 @@ */ /* - * MethodCallExprAST.C + * MethodCallExprAST.cc * - * Description: See MethodCallExprAST.h + * Description: See MethodCallExprAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/MethodCallExprAST.hh b/src/mem/slicc/ast/MethodCallExprAST.hh index 537d5993a..d248e6ba4 100644 --- a/src/mem/slicc/ast/MethodCallExprAST.hh +++ b/src/mem/slicc/ast/MethodCallExprAST.hh @@ -28,7 +28,7 @@ */ /* - * MethodCallExprAST.h + * MethodCallExprAST.hh * * Description: * diff --git a/src/mem/slicc/ast/ObjDeclAST.cc b/src/mem/slicc/ast/ObjDeclAST.cc index 6e338cc3d..f9349f9de 100644 --- a/src/mem/slicc/ast/ObjDeclAST.cc +++ b/src/mem/slicc/ast/ObjDeclAST.cc @@ -28,11 +28,11 @@ */ /* - * ObjDeclAST.C + * ObjDeclAST.cc * - * Description: See ObjDeclAST.h + * Description: See ObjDeclAST.hh * - * $Id: ObjDeclAST.C,v 3.13 2004/06/24 15:56:14 beckmann Exp $ + * $Id: ObjDeclAST.cc,v 3.13 2004/06/24 15:56:14 beckmann Exp $ * */ diff --git a/src/mem/slicc/ast/ObjDeclAST.hh b/src/mem/slicc/ast/ObjDeclAST.hh index 0415f5322..0b808f472 100644 --- a/src/mem/slicc/ast/ObjDeclAST.hh +++ b/src/mem/slicc/ast/ObjDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * ObjDeclAST.h + * ObjDeclAST.hh * * Description: * - * $Id: ObjDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: ObjDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/OutPortDeclAST.cc b/src/mem/slicc/ast/OutPortDeclAST.cc index b53484715..56a377f23 100644 --- a/src/mem/slicc/ast/OutPortDeclAST.cc +++ b/src/mem/slicc/ast/OutPortDeclAST.cc @@ -30,7 +30,7 @@ /* * OutPortDeclAST.C * - * Description: See OutPortDeclAST.h + * Description: See OutPortDeclAST.hh * * $Id: OutPortDeclAST.C,v 3.3 2004/02/02 22:37:51 milo Exp $ * diff --git a/src/mem/slicc/ast/OutPortDeclAST.hh b/src/mem/slicc/ast/OutPortDeclAST.hh index 28fc5903e..0aa0172d3 100644 --- a/src/mem/slicc/ast/OutPortDeclAST.hh +++ b/src/mem/slicc/ast/OutPortDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * OutPortDeclAST.h + * OutPortDeclAST.hh * * Description: * - * $Id: OutPortDeclAST.h,v 3.2 2003/07/10 18:08:06 milo Exp $ + * $Id: OutPortDeclAST.hh,v 3.2 2003/07/10 18:08:06 milo Exp $ * */ diff --git a/src/mem/slicc/ast/PairAST.cc b/src/mem/slicc/ast/PairAST.cc index 312aa6946..c42843cce 100644 --- a/src/mem/slicc/ast/PairAST.cc +++ b/src/mem/slicc/ast/PairAST.cc @@ -30,7 +30,7 @@ /* * PairAST.C * - * Description: See PairAST.h + * Description: See PairAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/PairAST.hh b/src/mem/slicc/ast/PairAST.hh index 7f2969b0c..d1bb99b93 100644 --- a/src/mem/slicc/ast/PairAST.hh +++ b/src/mem/slicc/ast/PairAST.hh @@ -28,11 +28,11 @@ */ /* - * PairAST.h + * PairAST.hh * * Description: * - * $Id: PairAST.h,v 3.1 2001/12/12 01:00:24 milo Exp $ + * $Id: PairAST.hh,v 3.1 2001/12/12 01:00:24 milo Exp $ * */ diff --git a/src/mem/slicc/ast/PairListAST.cc b/src/mem/slicc/ast/PairListAST.cc index 925b8065f..76892d437 100644 --- a/src/mem/slicc/ast/PairListAST.cc +++ b/src/mem/slicc/ast/PairListAST.cc @@ -30,7 +30,7 @@ /* * PairListAST.C * - * Description: See PairListAST.h + * Description: See PairListAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/PairListAST.hh b/src/mem/slicc/ast/PairListAST.hh index bc695eaa4..7edcdc1e7 100644 --- a/src/mem/slicc/ast/PairListAST.hh +++ b/src/mem/slicc/ast/PairListAST.hh @@ -28,7 +28,7 @@ */ /* - * PairListAST.h + * PairListAST.hh * * Description: * diff --git a/src/mem/slicc/ast/PeekStatementAST.cc b/src/mem/slicc/ast/PeekStatementAST.cc index 96e97f18b..3e92446dd 100644 --- a/src/mem/slicc/ast/PeekStatementAST.cc +++ b/src/mem/slicc/ast/PeekStatementAST.cc @@ -30,7 +30,7 @@ /* * PeekStatementAST.C * - * Description: See PeekStatementAST.h + * Description: See PeekStatementAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/PeekStatementAST.hh b/src/mem/slicc/ast/PeekStatementAST.hh index da663a4ae..e8c65ce4f 100644 --- a/src/mem/slicc/ast/PeekStatementAST.hh +++ b/src/mem/slicc/ast/PeekStatementAST.hh @@ -28,7 +28,7 @@ */ /* - * PeekStatementAST.h + * PeekStatementAST.hh * * Description: * diff --git a/src/mem/slicc/ast/ReturnStatementAST.cc b/src/mem/slicc/ast/ReturnStatementAST.cc index acc6fcd88..8ec937c87 100644 --- a/src/mem/slicc/ast/ReturnStatementAST.cc +++ b/src/mem/slicc/ast/ReturnStatementAST.cc @@ -30,7 +30,7 @@ /* * ReturnStatementAST.C * - * Description: See ReturnStatementAST.h + * Description: See ReturnStatementAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/ReturnStatementAST.hh b/src/mem/slicc/ast/ReturnStatementAST.hh index 86717bf31..1fa1b36d6 100644 --- a/src/mem/slicc/ast/ReturnStatementAST.hh +++ b/src/mem/slicc/ast/ReturnStatementAST.hh @@ -28,7 +28,7 @@ */ /* - * ReturnStatementAST.h + * ReturnStatementAST.hh * * Description: * diff --git a/src/mem/slicc/ast/StatementAST.cc b/src/mem/slicc/ast/StatementAST.cc index f15c5f011..35627722a 100644 --- a/src/mem/slicc/ast/StatementAST.cc +++ b/src/mem/slicc/ast/StatementAST.cc @@ -30,7 +30,7 @@ /* * StatementAST.C * - * Description: See StatementAST.h + * Description: See StatementAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/StatementAST.hh b/src/mem/slicc/ast/StatementAST.hh index d4ff54193..9946541d3 100644 --- a/src/mem/slicc/ast/StatementAST.hh +++ b/src/mem/slicc/ast/StatementAST.hh @@ -28,7 +28,7 @@ */ /* - * StatementAST.h + * StatementAST.hh * * Description: * diff --git a/src/mem/slicc/ast/StatementListAST.cc b/src/mem/slicc/ast/StatementListAST.cc index dfdcc2d26..0f5817f7c 100644 --- a/src/mem/slicc/ast/StatementListAST.cc +++ b/src/mem/slicc/ast/StatementListAST.cc @@ -30,7 +30,7 @@ /* * StatementListAST.C * - * Description: See StatementListAST.h + * Description: See StatementListAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/StatementListAST.hh b/src/mem/slicc/ast/StatementListAST.hh index c77cb8c65..831e2481a 100644 --- a/src/mem/slicc/ast/StatementListAST.hh +++ b/src/mem/slicc/ast/StatementListAST.hh @@ -28,7 +28,7 @@ */ /* - * StatementListAST.h + * StatementListAST.hh * * Description: * diff --git a/src/mem/slicc/ast/TransitionDeclAST.cc b/src/mem/slicc/ast/TransitionDeclAST.cc index a1826041a..66b7ca132 100644 --- a/src/mem/slicc/ast/TransitionDeclAST.cc +++ b/src/mem/slicc/ast/TransitionDeclAST.cc @@ -30,7 +30,7 @@ /* * TransitionDeclAST.C * - * Description: See TransitionDeclAST.h + * Description: See TransitionDeclAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/TransitionDeclAST.hh b/src/mem/slicc/ast/TransitionDeclAST.hh index 95bf0b48c..f07f0a3c2 100644 --- a/src/mem/slicc/ast/TransitionDeclAST.hh +++ b/src/mem/slicc/ast/TransitionDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * TransistionDeclAST.h + * TransistionDeclAST.hh * * Description: * - * $Id: TransitionDeclAST.h,v 3.2 2003/07/10 18:08:07 milo Exp $ + * $Id: TransitionDeclAST.hh,v 3.2 2003/07/10 18:08:07 milo Exp $ * */ diff --git a/src/mem/slicc/ast/TypeAST.cc b/src/mem/slicc/ast/TypeAST.cc index 284e917df..7590b4e7c 100644 --- a/src/mem/slicc/ast/TypeAST.cc +++ b/src/mem/slicc/ast/TypeAST.cc @@ -30,7 +30,7 @@ /* * TypeAST.C * - * Description: See TypeAST.h + * Description: See TypeAST.hh * * $Id: TypeAST.C,v 3.1 2003/03/22 15:15:16 xu Exp $ * diff --git a/src/mem/slicc/ast/TypeAST.hh b/src/mem/slicc/ast/TypeAST.hh index a1aa13ad4..f8e1fdc24 100644 --- a/src/mem/slicc/ast/TypeAST.hh +++ b/src/mem/slicc/ast/TypeAST.hh @@ -28,11 +28,11 @@ */ /* - * TypeAST.h + * TypeAST.hh * * Description: * - * $Id: TypeAST.h,v 3.2 2003/03/22 15:15:17 xu Exp $ + * $Id: TypeAST.hh,v 3.2 2003/03/22 15:15:17 xu Exp $ * */ diff --git a/src/mem/slicc/ast/TypeDeclAST.cc b/src/mem/slicc/ast/TypeDeclAST.cc index 1af2beb1c..bbf2f8491 100644 --- a/src/mem/slicc/ast/TypeDeclAST.cc +++ b/src/mem/slicc/ast/TypeDeclAST.cc @@ -30,7 +30,7 @@ /* * TypeDeclAST.C * - * Description: See TypeDeclAST.h + * Description: See TypeDeclAST.hh * * $Id: TypeDeclAST.C,v 3.1 2003/03/22 15:15:17 xu Exp $ * diff --git a/src/mem/slicc/ast/TypeDeclAST.hh b/src/mem/slicc/ast/TypeDeclAST.hh index bb0ea2935..8a72c0406 100644 --- a/src/mem/slicc/ast/TypeDeclAST.hh +++ b/src/mem/slicc/ast/TypeDeclAST.hh @@ -28,11 +28,11 @@ */ /* - * TypeDeclAST.h + * TypeDeclAST.hh * * Description: * - * $Id: TypeDeclAST.h,v 3.2 2003/03/17 01:55:28 xu Exp $ + * $Id: TypeDeclAST.hh,v 3.2 2003/03/17 01:55:28 xu Exp $ * */ diff --git a/src/mem/slicc/ast/TypeFieldAST.cc b/src/mem/slicc/ast/TypeFieldAST.cc index 9b3c77ef3..5657d023c 100644 --- a/src/mem/slicc/ast/TypeFieldAST.cc +++ b/src/mem/slicc/ast/TypeFieldAST.cc @@ -30,7 +30,7 @@ /* * TypeFieldAST.C * - * Description: See TypeFieldAST.h + * Description: See TypeFieldAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/TypeFieldAST.hh b/src/mem/slicc/ast/TypeFieldAST.hh index 9979121f5..144372047 100644 --- a/src/mem/slicc/ast/TypeFieldAST.hh +++ b/src/mem/slicc/ast/TypeFieldAST.hh @@ -28,7 +28,7 @@ */ /* - * TypeFieldAST.h + * TypeFieldAST.hh * * Description: * diff --git a/src/mem/slicc/ast/TypeFieldEnumAST.cc b/src/mem/slicc/ast/TypeFieldEnumAST.cc index 47a42d8eb..1a02f7edd 100644 --- a/src/mem/slicc/ast/TypeFieldEnumAST.cc +++ b/src/mem/slicc/ast/TypeFieldEnumAST.cc @@ -30,7 +30,7 @@ /* * TypeFieldEnumAST.C * - * Description: See TypeFieldEnumAST.h + * Description: See TypeFieldEnumAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/TypeFieldEnumAST.hh b/src/mem/slicc/ast/TypeFieldEnumAST.hh index c17f3cfab..cd02f03bb 100644 --- a/src/mem/slicc/ast/TypeFieldEnumAST.hh +++ b/src/mem/slicc/ast/TypeFieldEnumAST.hh @@ -28,11 +28,11 @@ */ /* - * TypeFieldEnumAST.h + * TypeFieldEnumAST.hh * * Description: * - * $Id: TypeFieldEnumAST.h,v 3.2 2003/07/10 18:08:07 milo Exp $ + * $Id: TypeFieldEnumAST.hh,v 3.2 2003/07/10 18:08:07 milo Exp $ * */ diff --git a/src/mem/slicc/ast/TypeFieldMemberAST.cc b/src/mem/slicc/ast/TypeFieldMemberAST.cc index 67b90b44e..1fe0f6d4b 100644 --- a/src/mem/slicc/ast/TypeFieldMemberAST.cc +++ b/src/mem/slicc/ast/TypeFieldMemberAST.cc @@ -30,7 +30,7 @@ /* * TypeFieldMemberAST.C * - * Description: See TypeFieldMemberAST.h + * Description: See TypeFieldMemberAST.hh * * $Id: TypeFieldMemberAST.C,v 3.1 2003/03/27 22:58:54 xu Exp $ * diff --git a/src/mem/slicc/ast/TypeFieldMemberAST.hh b/src/mem/slicc/ast/TypeFieldMemberAST.hh index 9f8df0520..47355f3ac 100644 --- a/src/mem/slicc/ast/TypeFieldMemberAST.hh +++ b/src/mem/slicc/ast/TypeFieldMemberAST.hh @@ -28,7 +28,7 @@ */ /* - * TypeFieldMemberAST.h + * TypeFieldMemberAST.hh * * Description: * diff --git a/src/mem/slicc/ast/TypeFieldMethodAST.cc b/src/mem/slicc/ast/TypeFieldMethodAST.cc index 71c7a8fd1..03c528f87 100644 --- a/src/mem/slicc/ast/TypeFieldMethodAST.cc +++ b/src/mem/slicc/ast/TypeFieldMethodAST.cc @@ -30,7 +30,7 @@ /* * TypeFieldMethodAST.C * - * Description: See TypeFieldMethodAST.h + * Description: See TypeFieldMethodAST.hh * * $Id: TypeFieldMethodAST.C,v 3.1 2003/07/10 18:08:07 milo Exp $ * diff --git a/src/mem/slicc/ast/TypeFieldMethodAST.hh b/src/mem/slicc/ast/TypeFieldMethodAST.hh index c429b7ef6..10d53ef80 100644 --- a/src/mem/slicc/ast/TypeFieldMethodAST.hh +++ b/src/mem/slicc/ast/TypeFieldMethodAST.hh @@ -28,11 +28,11 @@ */ /* - * TypeFieldMethodAST.h + * TypeFieldMethodAST.hh * * Description: * - * $Id: TypeFieldMethodAST.h,v 3.2 2003/07/10 18:08:07 milo Exp $ + * $Id: TypeFieldMethodAST.hh,v 3.2 2003/07/10 18:08:07 milo Exp $ * */ diff --git a/src/mem/slicc/ast/VarExprAST.cc b/src/mem/slicc/ast/VarExprAST.cc index 878d0d641..13e265540 100644 --- a/src/mem/slicc/ast/VarExprAST.cc +++ b/src/mem/slicc/ast/VarExprAST.cc @@ -30,7 +30,7 @@ /* * VarExprAST.C * - * Description: See VarExprAST.h + * Description: See VarExprAST.hh * * $Id$ * diff --git a/src/mem/slicc/ast/VarExprAST.hh b/src/mem/slicc/ast/VarExprAST.hh index 65829de8f..ea32582a2 100644 --- a/src/mem/slicc/ast/VarExprAST.hh +++ b/src/mem/slicc/ast/VarExprAST.hh @@ -28,7 +28,7 @@ */ /* - * VarExprAST.h + * VarExprAST.hh * * Description: * diff --git a/src/mem/slicc/generator/fileio.cc b/src/mem/slicc/generator/fileio.cc index 273c76bfd..15eccd3ca 100644 --- a/src/mem/slicc/generator/fileio.cc +++ b/src/mem/slicc/generator/fileio.cc @@ -30,7 +30,7 @@ /* * fileio.C * - * Description: See fileio.h + * Description: See fileio.hh * * $Id: fileio.C,v 3.3 2003/07/10 18:08:08 milo Exp $ * diff --git a/src/mem/slicc/generator/fileio.hh b/src/mem/slicc/generator/fileio.hh index fa1cc3493..81b7306bc 100644 --- a/src/mem/slicc/generator/fileio.hh +++ b/src/mem/slicc/generator/fileio.hh @@ -28,11 +28,11 @@ */ /* - * fileio.h + * fileio.hh * * Description: * - * $Id: fileio.h,v 3.2 2003/02/24 20:54:25 xu Exp $ + * $Id: fileio.hh,v 3.2 2003/02/24 20:54:25 xu Exp $ * * */ diff --git a/src/mem/slicc/generator/html_gen.cc b/src/mem/slicc/generator/html_gen.cc index ebe02db92..2d35dccb6 100644 --- a/src/mem/slicc/generator/html_gen.cc +++ b/src/mem/slicc/generator/html_gen.cc @@ -30,7 +30,7 @@ /* * html_gen.C * - * Description: See html_gen.h + * Description: See html_gen.hh * * $Id: html_gen.C,v 3.4 2004/01/31 20:46:50 milo Exp $ * diff --git a/src/mem/slicc/generator/html_gen.hh b/src/mem/slicc/generator/html_gen.hh index e90836b33..6b1f8ea92 100644 --- a/src/mem/slicc/generator/html_gen.hh +++ b/src/mem/slicc/generator/html_gen.hh @@ -28,11 +28,11 @@ */ /* - * html_gen.h + * html_gen.hh * * Description: * - * $Id: html_gen.h,v 3.1 2001/12/12 01:00:35 milo Exp $ + * $Id: html_gen.hh,v 3.1 2001/12/12 01:00:35 milo Exp $ * * */ diff --git a/src/mem/slicc/generator/mif_gen.hh b/src/mem/slicc/generator/mif_gen.hh index 9cc5e1ea3..6da75f748 100644 --- a/src/mem/slicc/generator/mif_gen.hh +++ b/src/mem/slicc/generator/mif_gen.hh @@ -28,7 +28,7 @@ */ /* - * $Id: mif_gen.h,v 3.1 2001/12/12 01:00:35 milo Exp $ + * $Id: mif_gen.hh,v 3.1 2001/12/12 01:00:35 milo Exp $ * */ diff --git a/src/mem/slicc/main.hh b/src/mem/slicc/main.hh index 3e09c58f9..a10dcca53 100644 --- a/src/mem/slicc/main.hh +++ b/src/mem/slicc/main.hh @@ -28,11 +28,11 @@ */ /* - * main.h + * main.hh * * Description: * - * $Id: main.h,v 3.2 2003/03/17 01:50:01 xu Exp $ + * $Id: main.hh,v 3.2 2003/03/17 01:50:01 xu Exp $ * * */ diff --git a/src/mem/slicc/symbols/Func.cc b/src/mem/slicc/symbols/Func.cc index 0ccca7598..6bc763300 100644 --- a/src/mem/slicc/symbols/Func.cc +++ b/src/mem/slicc/symbols/Func.cc @@ -28,9 +28,9 @@ */ /* - * Func.C + * Func.cc * - * Description: See Func.h + * Description: See Func.hh * * $Id$ * diff --git a/src/mem/slicc/symbols/Func.hh b/src/mem/slicc/symbols/Func.hh index c7e78838e..6ceaba378 100644 --- a/src/mem/slicc/symbols/Func.hh +++ b/src/mem/slicc/symbols/Func.hh @@ -28,7 +28,7 @@ */ /* - * Func.h + * Func.hh * * Description: * diff --git a/src/mem/slicc/symbols/SymbolTable.hh b/src/mem/slicc/symbols/SymbolTable.hh index 5e032e65d..afd3f9443 100644 --- a/src/mem/slicc/symbols/SymbolTable.hh +++ b/src/mem/slicc/symbols/SymbolTable.hh @@ -28,7 +28,7 @@ */ /* - * SymbolTable.h + * SymbolTable.hh * * Description: * diff --git a/src/mem/slicc/symbols/Transition.hh b/src/mem/slicc/symbols/Transition.hh index 7d39447b0..75d6da4e9 100644 --- a/src/mem/slicc/symbols/Transition.hh +++ b/src/mem/slicc/symbols/Transition.hh @@ -28,7 +28,7 @@ */ /* - * Transition.h + * Transition.hh * * Description: * diff --git a/src/mem/slicc/symbols/Type.cc b/src/mem/slicc/symbols/Type.cc index a1de381ec..0a3a7a3be 100644 --- a/src/mem/slicc/symbols/Type.cc +++ b/src/mem/slicc/symbols/Type.cc @@ -27,6 +27,14 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + * Type.cc + * + * Description: See Type.hh + * + * $Id$ + * */ + #include "mem/slicc/symbols/Type.hh" #include "mem/slicc/generator/fileio.hh" #include "mem/gems_common/Map.hh" diff --git a/src/mem/slicc/symbols/Type.hh b/src/mem/slicc/symbols/Type.hh index 4187d8ad5..cd09c066f 100644 --- a/src/mem/slicc/symbols/Type.hh +++ b/src/mem/slicc/symbols/Type.hh @@ -28,7 +28,7 @@ */ /* - * Type.h + * Type.hh * * Description: * diff --git a/src/mem/slicc/symbols/Var.hh b/src/mem/slicc/symbols/Var.hh index 7b1a2c77d..58e9f28e4 100644 --- a/src/mem/slicc/symbols/Var.hh +++ b/src/mem/slicc/symbols/Var.hh @@ -28,7 +28,7 @@ */ /* - * Var.h + * Var.hh * * Description: * -- cgit v1.2.3