Keep zero-width wires in opt_clean if and only if they are ports, fixes #1023
[yosys.git] / passes / fsm /
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-22 Clifford WolfSigSpec refactoring: cleanup of old SigSpec usage in...
2014-07-22 Clifford Wolffixed memory leak in fsm_opt
2014-07-22 Clifford WolfSigSpec refactoring: change RTLIL::SigSpec::chunks...
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode...
2013-12-06 Clifford WolfFixes in fsm detect/extract for better detection of...
2013-12-04 Clifford WolfReplaced RTLIL::Const::str with generic decoder method
2013-10-29 Clifford WolfAdded detection for endless recursion in fsm_detect...
2013-08-09 Clifford WolfSome fixes to improve determinism
2013-08-08 Clifford WolfSort ctrl signals in fsm_extract
2013-06-05 Clifford WolfRenamed opt_rmunused to opt_clean
2013-05-24 Clifford WolfAdded -nodetect option to fsm pass
2013-05-24 Clifford WolfImproved FSM one-hot encoding, added binary encoding
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-04-07 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-04-05 Clifford WolfMerge pull request #5 from hansiglaser/master
2013-04-05 Johann Glaserfsm_export: optionally use binary state encoding as...
2013-04-05 Clifford WolfMerge pull request #4 from hansiglaser/master
2013-04-05 Johann Glaserfsm_export: specify KISS filename on command line
2013-03-25 Clifford WolfImproved method for finding fsm_expand candidates
2013-03-24 Clifford WolfChanged fsm_expand to merge multiplexers more aggressively
2013-03-18 Clifford WolfMerge branch 'hansi'
2013-03-18 Johann Glaserfixed typos
2013-03-15 Clifford WolfAdded [[CITE]] tags to abc and fsm_extract passes
2013-03-01 Clifford WolfAdded help messages for fsm_* passes
2013-02-24 Clifford WolfMerge pull request #2 from mschmoelzer/master
2013-02-23 Martin Schmölzer"fsm_export" pass: fix KISS file generation.
2013-01-08 Clifford WolfMerge pull request #1 from mschmoelzer/master
2013-01-08 Martin SchmölzerMerge remote-tracking branch 'upstream/master'
2013-01-08 Martin SchmölzerAdd support for "fsm_export" synthesis attributes to...
2013-01-05 Clifford WolfCopy attributes from state signal to fsm cell
2013-01-05 Clifford Wolfinitial import