Searched refs:NetConcat (Results 1 – 16 of 16) sorted by relevance
/dports/cad/iverilog/verilog-11.0/ |
H A D | cprop.cc | 46 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 D | pad_to_width.cc | 88 NetConcat*cc = new NetConcat(scope, scope->local_symbol(), wid, 2); in pad_to_width()
|
H A D | functor.cc | 57 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 D | expr_synth.cc | 686 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 D | functor.h | 61 virtual void lpm_concat(class Design*des, class NetConcat*);
|
H A D | target.h | 103 virtual bool concat(const NetConcat*);
|
H A D | target.cc | 210 bool target_t::concat(const NetConcat*) in concat() argument
|
H A D | netlist.cc | 1135 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 D | emit.cc | 104 bool NetConcat::emit_node(struct target_t*tgt) const in emit_node()
|
H A D | t-dll.h | 84 bool concat(const NetConcat*);
|
H A D | netmisc.cc | 1505 NetConcat*cat = new NetConcat(scope, scope->local_symbol(), in collapse_partselect_pv_to_concat()
|
H A D | synth2.cc | 689 NetConcat*osig_cat = new NetConcat(scope, scope->local_symbol(), in mux_selector_reduce_width()
|
H A D | netlist.h | 1563 class NetConcat : public NetNode { 1566 NetConcat(NetScope*scope, perm_string n, unsigned wid, unsigned cnt, 1568 ~NetConcat();
|
H A D | elaborate.cc | 941 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 D | design_dump.cc | 600 void NetConcat::dump_node(ostream&o, unsigned ind) const in dump_node()
|
H A D | t-dll.cc | 2197 bool dll_target::concat(const NetConcat*net) in concat()
|