aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/scc.cc
Commit message (Expand)AuthorAgeFilesLines
* Some ASCII encoding fixes (comments and docs) by Larry DoolittleClifford Wolf2015-08-131-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Added "scc -expect <N> -nofeedback"Clifford Wolf2015-02-101-7/+48
* namespace YosysClifford Wolf2014-09-271-0/+4
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-3/+3
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-1/+1
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-1/+1
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-1/+1
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-1/+1
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-1/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-1/+1
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-1/+1
* Moved some passes to other source directoriesClifford Wolf2014-02-081-0/+299