Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.hh585 class vhdl_pcall_stmt : public vhdl_seq_stmt { class
587 explicit vhdl_pcall_stmt(const char *name) : name_(name) {} in vhdl_pcall_stmt() function in vhdl_pcall_stmt
H A Dvhdl_syntax.cc561 void vhdl_pcall_stmt::emit(std::ostream &of, int level) const in emit()
569 void vhdl_pcall_stmt::find_vars(vhdl_var_set_t& read, in find_vars()
H A Dstmt.cc54 container->add_stmt(new vhdl_pcall_stmt("work.Verilog_Support.Finish")); in draw_stask_finish()