Home
last modified time | relevance | path

Searched refs:vhdl_bit_spec_expr (Results 1 – 6 of 6) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dcast.cc81 vhdl_bit_spec_expr *bs = in to_vector()
82 new vhdl_bit_spec_expr(new vhdl_type(name, w - 1, 0), others); in to_vector()
H A Dvhdl_syntax.cc978 vhdl_bit_spec_expr::~vhdl_bit_spec_expr() in ~vhdl_bit_spec_expr()
983 void vhdl_bit_spec_expr::add_bit(int bit, vhdl_expr *e) in add_bit()
989 void vhdl_bit_spec_expr::emit(std::ostream &of, int level) const in emit()
H A Dvhdl_syntax.hh161 class vhdl_bit_spec_expr : public vhdl_expr { class
163 vhdl_bit_spec_expr(vhdl_type *type, vhdl_expr *others) in vhdl_bit_spec_expr() function in vhdl_bit_spec_expr
165 ~vhdl_bit_spec_expr();
H A Dlogic.cc100 z = new vhdl_bit_spec_expr(NULL, z); in bufif_logic()
H A Dlpm.cc229 return new vhdl_bit_spec_expr(NULL, in); in repeat_lpm_to_expr()
H A Dscope.cc311 new vhdl_bit_spec_expr(vhdl_type::std_logic(), in draw_nexus()