#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Vhdl.h" #include using namespace std; namespace morpheo { namespace behavioural { void Vhdl::set_type (string name , string type ) { set_list(_list_type, "type "+ name + "\tis " + type); }; }; // end namespace behavioural }; // end namespace morpheo #endif