Home
last modified time | relevance | path

Searched refs:vhdl_param_decl (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.hh702 class vhdl_param_decl : public vhdl_decl { class
704 vhdl_param_decl(const char *name, vhdl_type *type) in vhdl_param_decl() function in vhdl_param_decl
848 void add_param(vhdl_param_decl *p) { scope_.add_decl(p); } in add_param()
H A Dscope.cc805 func->add_param(new vhdl_param_decl(signame.c_str(), sigtype)); in draw_function()
H A Dvhdl_syntax.cc1156 void vhdl_param_decl::emit(std::ostream &of, int level) const in emit()