summaryrefslogtreecommitdiff
path: root/passes/cmds/scc.cc
Commit message (Expand)AuthorAge
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-25
* Some ASCII encoding fixes (comments and docs) by Larry DoolittleClifford Wolf2015-08-13
* Fixed trailing whitespacesClifford Wolf2015-07-02
* Added "scc -expect <N> -nofeedback"Clifford Wolf2015-02-10
* namespace YosysClifford Wolf2014-09-27
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-27
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Moved some passes to other source directoriesClifford Wolf2014-02-08