|
yosys-master
|
Collaboration diagram for CountBitUsage:Public Member Functions | |
| CountBitUsage (SigMap &sigmap, std::map< RTLIL::SigBit, int > &cache) | |
| void | operator() (RTLIL::SigSpec &sig) |
Data Fields | |
| SigMap & | sigmap |
| std::map< RTLIL::SigBit, int > & | cache |
Definition at line 57 of file freduce.cc.
|
inline |
Definition at line 62 of file freduce.cc.
|
inline |
Definition at line 64 of file freduce.cc.
| std::map<RTLIL::SigBit, int>& CountBitUsage::cache |
Definition at line 60 of file freduce.cc.
| SigMap& CountBitUsage::sigmap |
Definition at line 59 of file freduce.cc.