aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory corruption with new SigSpec API in proc_muxClifford Wolf2014-07-221-7/+3
|
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-221-1/+1
| | | | created interim RTLIL::SigSpec::chunks_rw()
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-225-82/+82
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-225-82/+82
|
* Replaced depricated NEW_WIRE macro with module->addWire() callsClifford Wolf2014-07-211-10/+10
|
* Do not create $dffsr cells with no-op resets in proc_dffClifford Wolf2014-06-191-0/+5
|
* Added workaround for vhdl-style edge triggers from vhdl2verilog to proc_arstClifford Wolf2014-02-211-2/+6
|
* Tiny cleanup in proc_mux.ccClifford Wolf2014-01-031-3/+0
|
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-2/+2
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-213-0/+117
|
* Added "proc_arst -global_arst" featureClifford Wolf2013-11-202-8/+81
|
* Added support for complex set-reset flip-flops in proc_dffClifford Wolf2013-10-241-4/+115
|
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-1/+1
|
* Improved handling of dff with async resetsClifford Wolf2013-10-211-5/+60
|
* Added handling of multiple async paths in proc_arstClifford Wolf2013-10-192-8/+21
|
* Added dffsr support to proc_dff passClifford Wolf2013-10-181-7/+72
|
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-251-0/+5
|
* fixed typosJohann Glaser2013-03-181-2/+2
|
* Added help messages to proc_* passesClifford Wolf2013-03-016-27/+110
|
* initial importClifford Wolf2013-01-057-0/+962