Home
last modified time | relevance | path

Searched refs:NetPow (Results 1 – 11 of 11) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dfunctor.cc101 void functor_t::lpm_pow(Design*, NetPow*) in lpm_pow() argument
261 void NetPow::functor_node(Design*des, functor_t*fun) in functor_node()
H A Dnetlist.cc1847 NetPow::NetPow(NetScope*sc, perm_string n, unsigned wr, in NetPow() function in NetPow
1857 NetPow::~NetPow() in ~NetPow()
1861 void NetPow::set_signed(bool flag) in set_signed()
1866 bool NetPow::get_signed() const in get_signed()
1871 unsigned NetPow::width_r() const in width_r()
1876 unsigned NetPow::width_a() const in width_a()
1881 unsigned NetPow::width_b() const in width_b()
1886 Link& NetPow::pin_Result() in pin_Result()
1896 Link& NetPow::pin_DataA() in pin_DataA()
1901 const Link& NetPow::pin_DataA() const in pin_DataA()
[all …]
H A Dfunctor.h93 virtual void lpm_pow(class Design*des, class NetPow*);
H A Dtarget.h101 virtual void lpm_pow(const NetPow*);
H A Dtarget.cc204 void target_t::lpm_pow(const NetPow*) in lpm_pow() argument
H A Demit.cc160 bool NetPow::emit_node(struct target_t*tgt) const in emit_node()
H A Dt-dll.h83 void lpm_pow(const NetPow*);
H A Dexpr_synth.cc396 NetPow*powr = new NetPow(scope, scope->local_symbol(), width, in synthesize()
H A Dnetlist.h1852 class NetPow : public NetNode {
1855 NetPow(NetScope*sc, perm_string n, unsigned width,
1857 ~NetPow();
H A Ddesign_dump.cc633 void NetPow::dump_node(ostream&o, unsigned ind) const in dump_node()
H A Dt-dll.cc2156 void dll_target::lpm_pow(const NetPow*net) in lpm_pow()