Searched refs:NetLiteral (Results 1 – 13 of 13) sorted by relevance
/dports/cad/iverilog/verilog-11.0/ |
H A D | functor.cc | 69 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 D | exposenodes.cc | 62 if (dynamic_cast<NetLiteral*> (cur->get_obj())) in expose_nexus()
|
H A D | functor.h | 70 virtual void lpm_literal(class Design*des, class NetLiteral*);
|
H A D | target.h | 117 virtual bool net_literal(const NetLiteral*);
|
H A D | target.cc | 258 bool target_t::net_literal(const NetLiteral*) in net_literal() argument
|
H A D | netlist.cc | 1758 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 D | emit.cc | 132 bool NetLiteral::emit_node(struct target_t*tgt) const in emit_node()
|
H A D | t-dll.h | 91 bool net_literal(const NetLiteral*);
|
H A D | expr_synth.cc | 851 NetLiteral*con = new NetLiteral(scope, scope->local_symbol(), value_); in synthesize()
|
H A D | netmisc.cc | 45 NetLiteral*zero_obj = new NetLiteral(scope, scope->local_symbol(), zero); in sub_net_from()
|
H A D | netlist.h | 2454 class NetLiteral : public NetNode { 2458 explicit NetLiteral(NetScope*s, perm_string n, const verireal&val); 2459 ~NetLiteral();
|
H A D | design_dump.cc | 711 void NetLiteral::dump_node(ostream&o, unsigned ind) const in dump_node()
|
H A D | t-dll.cc | 2434 bool dll_target::net_literal(const NetLiteral*net) in net_literal()
|