aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc/proc_arst.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-22/+22
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-231-5/+3
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-1/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-9/+9
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-9/+9
* Added workaround for vhdl-style edge triggers from vhdl2verilog to proc_arstClifford Wolf2014-02-211-2/+6
* Added support for non-const === and !== (for miter circuits)Clifford Wolf2013-12-271-2/+2
* Added "proc_arst -global_arst" featureClifford Wolf2013-11-201-5/+59
* Added handling of multiple async paths in proc_arstClifford Wolf2013-10-191-0/+12
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-251-0/+5
* Added help messages to proc_* passesClifford Wolf2013-03-011-6/+19
* initial importClifford Wolf2013-01-051-0/+191