#ifdef VHDL /* * $Id: Comparator_vhdl_declaration.cpp 112 2009-03-18 22:36:26Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Comparator/include/Comparator.h" namespace morpheo { namespace behavioural { namespace generic { namespace comparator { #undef FUNCTION #define FUNCTION "Comparator::vhdl_declaration" void Comparator::vhdl_declaration (Vhdl * & vhdl) { log_begin(Comparator,FUNCTION); log_end(Comparator,FUNCTION); }; }; // end namespace comparator }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif