Home
last modified time | relevance | path

Searched refs:NetLiteral (Results 1 – 13 of 13) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dfunctor.cc69 void functor_t::lpm_literal(Design*, NetLiteral*) in lpm_literal() argument
231 void NetLiteral::functor_node(Design*des, functor_t*fun) in functor_node()
H A Dexposenodes.cc62 if (dynamic_cast<NetLiteral*> (cur->get_obj())) in expose_nexus()
H A Dfunctor.h70 virtual void lpm_literal(class Design*des, class NetLiteral*);
H A Dtarget.h117 virtual bool net_literal(const NetLiteral*);
H A Dtarget.cc258 bool target_t::net_literal(const NetLiteral*) in net_literal() argument
H A Dnetlist.cc1758 NetLiteral::NetLiteral(NetScope*sc, perm_string n, const verireal&val) in NetLiteral() function in NetLiteral
1764 NetLiteral::~NetLiteral() in ~NetLiteral()
1768 ivl_variable_type_t NetLiteral::data_type() const in data_type()
1773 const verireal& NetLiteral::value_real() const in value_real()
H A Demit.cc132 bool NetLiteral::emit_node(struct target_t*tgt) const in emit_node()
H A Dt-dll.h91 bool net_literal(const NetLiteral*);
H A Dexpr_synth.cc851 NetLiteral*con = new NetLiteral(scope, scope->local_symbol(), value_); in synthesize()
H A Dnetmisc.cc45 NetLiteral*zero_obj = new NetLiteral(scope, scope->local_symbol(), zero); in sub_net_from()
H A Dnetlist.h2454 class NetLiteral : public NetNode {
2458 explicit NetLiteral(NetScope*s, perm_string n, const verireal&val);
2459 ~NetLiteral();
H A Ddesign_dump.cc711 void NetLiteral::dump_node(ostream&o, unsigned ind) const in dump_node()
H A Dt-dll.cc2434 bool dll_target::net_literal(const NetLiteral*net) in net_literal()