#ifdef VHDL /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Vhdl.h" #include using namespace std; namespace morpheo { namespace behavioural { void Vhdl::set_library_work (string package_name) { set_list(_list_library_work, "use work."+ package_name + ".all"); }; }; // end namespace behavioural }; // end namespace morpheo #endif