Home
last modified time | relevance | path

Searched refs:vhdl_cassign_stmt (Results 1 – 5 of 5) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dlogic.cc101 vhdl_cassign_stmt *cass = new vhdl_cassign_stmt(lhs, z); in bufif_logic()
139 arch->add_stmt(new vhdl_cassign_stmt(tmp_ref, tmp_rhs)); in comb_udp_logic()
282 vhdl_cassign_stmt *ass = new vhdl_cassign_stmt(lhs, rhs); in draw_logic()
H A Dlpm.cc316 vhdl_cassign_stmt *s = new vhdl_cassign_stmt(out, s0); in draw_mux_lpm()
349 vhdl_cassign_stmt* s = in draw_lpm()
350 new vhdl_cassign_stmt(out, new vhdl_const_bit('0')); in draw_lpm()
355 arch->add_stmt(new vhdl_cassign_stmt(out, f->cast(out->get_type()))); in draw_lpm()
H A Dscope.cc624 (new vhdl_cassign_stmt in declare_one_signal()
717 (new vhdl_cassign_stmt(from_decl->make_ref(), tmp_decl->make_ref())); in map_signal()
1092 (new vhdl_cassign_stmt(ref, priv->const_driver)); in draw_constant_drivers()
1120 ent->get_arch()->add_stmt(new vhdl_cassign_stmt(lref, rhs)); in draw_constant_drivers()
H A Dvhdl_syntax.cc750 vhdl_cassign_stmt::~vhdl_cassign_stmt() in ~vhdl_cassign_stmt()
755 void vhdl_cassign_stmt::add_condition(vhdl_expr *value, vhdl_expr *cond) in add_condition()
761 void vhdl_cassign_stmt::emit(std::ostream &of, int level) const in emit()
H A Dvhdl_syntax.hh312 class vhdl_cassign_stmt : public vhdl_conc_stmt { class
314 vhdl_cassign_stmt(vhdl_var_ref *lhs, vhdl_expr *rhs) in vhdl_cassign_stmt() function in vhdl_cassign_stmt
316 ~vhdl_cassign_stmt();