/* * $Id$ * * [ Description ] * * Test "RegisterFile" */ #ifdef SYSTEMC #include "systemc.h" #endif #include #include #include "Behavioural/@DIRECTORY/include/@COMPONENT.h" using namespace std; using namespace morpheo; using namespace morpheo::behavioural; @NAMESPACE_USING using namespace morpheo::behavioural::@NAMESPACE_USE; void test (string name, morpheo::behavioural::@NAMESPACE_USE::Parameters param);