Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.hh667 class vhdl_type_decl : public vhdl_decl { class
669 vhdl_type_decl(const string& name, const vhdl_type *base) in vhdl_type_decl() function in vhdl_type_decl
H A Dscope.cc564 vhdl_decl *array_decl = new vhdl_type_decl(type_name, array_type); in declare_one_signal()
H A Dvhdl_syntax.cc517 void vhdl_type_decl::emit(std::ostream &of, int level) const in emit()