Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A Dlink_const.cc116 if (! dynamic_cast<const NetConst*>(cur->get_obj())) { in drivers_constant()
161 const NetConst*obj; in driven_value()
163 if ((obj = dynamic_cast<const NetConst*>(cur->get_obj()))) { in driven_value()
219 const NetConst*obj; in driven_vector()
221 if ((obj = dynamic_cast<const NetConst*>(cur->get_obj()))) { in driven_vector()
H A Dcprop.cc113 NetConst*result_obj = new NetConst(scope, obj->name(), result); in lpm_concat()
340 virtual void lpm_const(Design*des, NetConst*obj);
349 void cprop_dc_functor::lpm_const(Design*, NetConst*obj) in lpm_const()
H A Dpad_to_width.cc96 NetConst*con = new NetConst(scope, scope->local_symbol(), pad); in pad_to_width()
H A Dfunctor.cc61 void functor_t::lpm_const(Design*, NetConst*) in lpm_const() argument
211 void NetConst::functor_node(Design*des, functor_t*fun) in functor_node()
H A Dexposenodes.cc60 if (dynamic_cast<NetConst*> (cur->get_obj())) in expose_nexus()
H A Dexpr_synth.cc674 NetConst*zcon = new NetConst(scope, scope->local_symbol(), in synthesize()
830 NetConst*con = new NetConst(scope, scope->local_symbol(), value()); in synthesize()
1215 NetConst*con = new NetConst(scope, scope->local_symbol(), in synthesize()
1327 NetConst*tmp_const = new NetConst(scope, scope->local_symbol(), tmp_val); in synthesize()
H A Dfunctor.h64 virtual void lpm_const(class Design*des, class NetConst*);
H A Dnetmisc.cc55 NetConst*zero_obj = new NetConst(scope, scope->local_symbol(), zero); in sub_net_from()
786 NetConst*res = new NetConst(scope, scope->local_symbol(), xxx); in make_const_x()
800 NetConst*res = new NetConst(scope, scope->local_symbol(), xxx); in make_const_z()
H A Dtarget.h114 virtual bool net_const(const NetConst*);
H A Dnetlist.cc2075 NetConst::NetConst(NetScope*s, perm_string n, verinum::V v) in NetConst() function in NetConst
2081 NetConst::NetConst(NetScope*s, perm_string n, const verinum&val) in NetConst() function in NetConst
2087 NetConst::~NetConst() in ~NetConst()
2091 verinum::V NetConst::value(unsigned idx) const in value()
H A Dtarget.cc237 bool target_t::net_const(const NetConst*) in net_const() argument
H A Demit.cc109 bool NetConst::emit_node(struct target_t*tgt) const in emit_node()
H A Dt-dll.h90 bool net_const(const NetConst*);
H A Dnetlist.h2426 class NetConst : public NetNode {
2429 explicit NetConst(NetScope*s, perm_string n, verinum::V v);
2430 explicit NetConst(NetScope*s, perm_string n, const verinum&val);
2431 ~NetConst();
H A Ddesign_dump.cc675 void NetConst::dump_node(ostream&o, unsigned ind) const in dump_node()
H A Dt-dll.cc2356 bool dll_target::net_const(const NetConst*net) in net_const()