Home
last modified time | relevance | path

Searched refs:vhdl_wait_stmt (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dprocess.cc64 vhdl_wait_stmt *wait = new vhdl_wait_stmt(); in generate_vhdl_process()
H A Dstmt.cc387 !stmts.empty() && dynamic_cast<vhdl_wait_stmt*>(stmts.back()); in emit_wait_for_0()
393 vhdl_seq_stmt *wait = new vhdl_wait_stmt(VHDL_WAIT_FOR0); in emit_wait_for_0()
652 vhdl_wait_stmt *wait = in draw_delay()
653 new vhdl_wait_stmt(VHDL_WAIT_FOR, time); in draw_delay()
925 vhdl_wait_stmt *wait = NULL; in draw_wait()
927 wait = new vhdl_wait_stmt(VHDL_WAIT_ON); in draw_wait()
1006 container->add_stmt(new vhdl_wait_stmt(VHDL_WAIT_UNTIL, test)); in draw_wait()
H A Dvhdl_syntax.cc376 vhdl_wait_stmt::~vhdl_wait_stmt() in ~vhdl_wait_stmt()
381 void vhdl_wait_stmt::find_vars(vhdl_var_set_t& read, in find_vars()
388 void vhdl_wait_stmt::emit(std::ostream &of, int level) const in emit()
H A Dvhdl_syntax.hh433 class vhdl_wait_stmt : public vhdl_seq_stmt { class
435 vhdl_wait_stmt(vhdl_wait_type_t type = VHDL_WAIT_INDEF, in vhdl_wait_stmt() function in vhdl_wait_stmt
438 ~vhdl_wait_stmt();