aboutsummaryrefslogtreecommitdiffstats
path: root/passes/fsm
Commit message (Expand)AuthorAgeFilesLines
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-2/+2
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-226-58/+58
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-226-58/+58
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-1/+2
* Fixes in fsm detect/extract for better detection of non-fsm circuitsClifford Wolf2013-12-062-4/+4
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-046-12/+12
* Added detection for endless recursion in fsm_detect passClifford Wolf2013-10-301-4/+15
* Some fixes to improve determinismClifford Wolf2013-08-092-28/+31
* Sort ctrl signals in fsm_extractClifford Wolf2013-08-081-0/+3
* Renamed opt_rmunused to opt_cleanClifford Wolf2013-06-053-7/+7
* Added -nodetect option to fsm passClifford Wolf2013-05-241-2/+8
* Improved FSM one-hot encoding, added binary encodingClifford Wolf2013-05-243-44/+85
* fsm_export: optionally use binary state encoding as state names instead ofJohann Glaser2013-04-051-6/+23
* fsm_export: specify KISS filename on command lineJohann Glaser2013-04-051-5/+20
* Improved method for finding fsm_expand candidatesClifford Wolf2013-03-251-5/+7
* Changed fsm_expand to merge multiplexers more aggressivelyClifford Wolf2013-03-241-1/+4
* fixed typosJohann Glaser2013-03-182-4/+4
* Added [[CITE]] tags to abc and fsm_extract passesClifford Wolf2013-03-151-1/+6
* Added help messages for fsm_* passesClifford Wolf2013-03-019-41/+193
* "fsm_export" pass: fix KISS file generation.Martin Schmölzer2013-02-231-4/+4
* Add support for "fsm_export" synthesis attributes to fsm_export pass.Martin Schmölzer2013-01-081-46/+86
* Copy attributes from state signal to fsm cellClifford Wolf2013-01-051-0/+1
* initial importClifford Wolf2013-01-0511-0/+1957