Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.cc294 vhdl_comp_inst::vhdl_comp_inst(const char *inst_name, const char *comp_name) in vhdl_comp_inst() function in vhdl_comp_inst
300 vhdl_comp_inst::~vhdl_comp_inst() in ~vhdl_comp_inst()
305 void vhdl_comp_inst::map_port(const string& name, vhdl_expr *expr) in map_port()
311 void vhdl_comp_inst::emit(std::ostream &of, int level) const in emit()
H A Dscope.cc680 vhdl_comp_inst *inst) in map_signal()
740 vhdl_comp_inst *inst) in port_map()
1215 vhdl_comp_inst *inst = in draw_hierarchy()
1216 new vhdl_comp_inst(inst_name.c_str(), ent->get_name().c_str()); in draw_hierarchy()
H A Dvhdl_syntax.hh752 class vhdl_comp_inst : public vhdl_conc_stmt { class
754 vhdl_comp_inst(const char *inst_name, const char *comp_name);
755 ~vhdl_comp_inst();