Home
last modified time | relevance | path

Searched refs:NetConcat (Results 1 – 16 of 16) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dcprop.cc46 virtual void lpm_concat(Design*des, NetConcat*obj);
81 void cprop_functor::lpm_concat(Design*des, NetConcat*obj) in lpm_concat()
298 NetConcat*concat = new NetConcat(scope, scope->local_symbol(), in lpm_part_select()
H A Dpad_to_width.cc88 NetConcat*cc = new NetConcat(scope, scope->local_symbol(), wid, 2); in pad_to_width()
H A Dfunctor.cc57 void functor_t::lpm_concat(Design*, NetConcat*) in lpm_concat() argument
206 void NetConcat::functor_node(Design*des, functor_t*fun) in functor_node()
H A Dexpr_synth.cc686 NetConcat*ccat = new NetConcat(scope, scope->local_symbol(), in synthesize()
783 NetConcat*concat = new NetConcat(scope, scope->local_symbol(), in synthesize()
1120 NetConcat*cat = new NetConcat(scope, scope->local_symbol(), in synthesize()
1208 NetConcat*cat = new NetConcat(scope, scope->local_symbol(), in synthesize()
H A Dfunctor.h61 virtual void lpm_concat(class Design*des, class NetConcat*);
H A Dtarget.h103 virtual bool concat(const NetConcat*);
H A Dtarget.cc210 bool target_t::concat(const NetConcat*) in concat() argument
H A Dnetlist.cc1135 NetConcat::NetConcat(NetScope*scope__, perm_string n, unsigned wid, unsigned cnt, bool trans_flag) in NetConcat() function in NetConcat
1144 NetConcat::~NetConcat() in ~NetConcat()
1148 unsigned NetConcat::width() const in width()
H A Demit.cc104 bool NetConcat::emit_node(struct target_t*tgt) const in emit_node()
H A Dt-dll.h84 bool concat(const NetConcat*);
H A Dnetmisc.cc1505 NetConcat*cat = new NetConcat(scope, scope->local_symbol(), in collapse_partselect_pv_to_concat()
H A Dsynth2.cc689 NetConcat*osig_cat = new NetConcat(scope, scope->local_symbol(), in mux_selector_reduce_width()
H A Dnetlist.h1563 class NetConcat : public NetNode {
1566 NetConcat(NetScope*scope, perm_string n, unsigned wid, unsigned cnt,
1568 ~NetConcat();
H A Delaborate.cc941 NetConcat*cc = new NetConcat(scope, in elaborate()
1845 NetConcat*ctmp; in elaborate_mod_()
1886 ctmp = new NetConcat(scope, scope->local_symbol(), in elaborate_mod_()
H A Ddesign_dump.cc600 void NetConcat::dump_node(ostream&o, unsigned ind) const in dump_node()
H A Dt-dll.cc2197 bool dll_target::concat(const NetConcat*net) in concat()