| 
    yosys-master
    
   | 
 
 Collaboration diagram for AlumaccWorker::alunode_t:Public Member Functions | |
| RTLIL::SigSpec | get_lt () | 
| RTLIL::SigSpec | get_gt () | 
| RTLIL::SigSpec | get_eq () | 
| RTLIL::SigSpec | get_ne () | 
| RTLIL::SigSpec | get_cf () | 
| RTLIL::SigSpec | get_of () | 
| RTLIL::SigSpec | get_sf () | 
Data Fields | |
| std::vector< RTLIL::Cell * > | cells | 
| RTLIL::SigSpec | a | 
| RTLIL::SigSpec | b | 
| RTLIL::SigSpec | c | 
| RTLIL::SigSpec | y | 
| std::vector< std::tuple< bool,  bool, bool, bool, RTLIL::SigSpec > >  | cmp | 
| bool | is_signed | 
| bool | invert_b | 
| RTLIL::Cell * | alu_cell | 
| RTLIL::SigSpec | cached_lt | 
| RTLIL::SigSpec | cached_gt | 
| RTLIL::SigSpec | cached_eq | 
| RTLIL::SigSpec | cached_ne | 
| RTLIL::SigSpec | cached_cf | 
| RTLIL::SigSpec | cached_of | 
| RTLIL::SigSpec | cached_sf | 
Definition at line 39 of file alumacc.cc.
      
  | 
  inline | 
Definition at line 74 of file alumacc.cc.
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 62 of file alumacc.cc.
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 56 of file alumacc.cc.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 50 of file alumacc.cc.
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 68 of file alumacc.cc.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 83 of file alumacc.cc.
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 92 of file alumacc.cc.
 Here is the call graph for this function:
 Here is the caller graph for this function:| RTLIL::SigSpec AlumaccWorker::alunode_t::a | 
Definition at line 42 of file alumacc.cc.
| RTLIL::Cell* AlumaccWorker::alunode_t::alu_cell | 
Definition at line 46 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::b | 
Definition at line 42 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::c | 
Definition at line 42 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_cf | 
Definition at line 48 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_eq | 
Definition at line 47 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_gt | 
Definition at line 47 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_lt | 
Definition at line 47 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_ne | 
Definition at line 47 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_of | 
Definition at line 48 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::cached_sf | 
Definition at line 48 of file alumacc.cc.
| std::vector<RTLIL::Cell*> AlumaccWorker::alunode_t::cells | 
Definition at line 41 of file alumacc.cc.
| std::vector<std::tuple<bool, bool, bool, bool, RTLIL::SigSpec> > AlumaccWorker::alunode_t::cmp | 
Definition at line 43 of file alumacc.cc.
| bool AlumaccWorker::alunode_t::invert_b | 
Definition at line 44 of file alumacc.cc.
| bool AlumaccWorker::alunode_t::is_signed | 
Definition at line 44 of file alumacc.cc.
| RTLIL::SigSpec AlumaccWorker::alunode_t::y | 
Definition at line 42 of file alumacc.cc.