summaryrefslogtreecommitdiff
path: root/passes/sat/miter.cc
Commit message (Expand)AuthorAge
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-26
* Manual fixes for new cell connections APIClifford Wolf2014-07-26
* 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
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-25
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-23
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-23
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Removed deprecated module->new_wire()Clifford Wolf2014-07-21
* Added "miter -equiv -flatten"Clifford Wolf2014-07-20
* added log_header to miter and expose pass, show cell type for exposed portsJohann Glaser2014-05-28
* Added miter -make_outcmpClifford Wolf2014-02-06
* Fixed a bug in miter commandClifford Wolf2014-02-01
* Added miter commandClifford Wolf2014-02-01