summaryrefslogtreecommitdiff
path: root/passes/fsm/fsm_detect.cc
Commit message (Expand)AuthorAge
* Imported GIT HEAD: 0.8+20190328git32bd0f2Ruben Undheim2019-03-28
* New upstream version 0.7+20180830git0b7a184Ruben Undheim2018-08-30
* Squashed commit of the following:Ruben Undheim2016-09-23
* Do not detect fsm state registers with init attributeClifford Wolf2015-09-21
* Added $logic_not handling to fsm_detectClifford Wolf2015-09-18
* Bugfix in fsm_detect for complex muxtreesClifford Wolf2015-08-18
* Fixed trailing whitespacesClifford Wolf2015-07-02
* Added log_warning() APIClifford Wolf2014-11-09
* namespace YosysClifford Wolf2014-09-27
* RIP $safe_pmuxClifford Wolf2014-08-14
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
* 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
* Added RTLIL::Cell::has(portname)Clifford 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
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Fixes in fsm detect/extract for better detection of non-fsm circuitsClifford Wolf2013-12-06
* Added detection for endless recursion in fsm_detect passClifford Wolf2013-10-30
* fixed typosJohann Glaser2013-03-18
* Added help messages for fsm_* passesClifford Wolf2013-03-01
* initial importClifford Wolf2013-01-05