Added log_warning() API
[yosys.git] / passes / fsm /
2014-11-09 Clifford WolfAdded log_warning() API
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 William SpeirsChanged from "and" to "&&"
2014-10-11 Clifford WolfDo not the 'z' modifier in format string (another win32...
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-09-06 Clifford WolfMerge pull request #38 from rubund/master
2014-09-06 Ruben UndheimCorrected spelling mistakes found by lintian
2014-08-30 Clifford WolfDon't change existing binary FSM encoding if it is...
2014-08-30 Clifford WolfUsing $pmux info in fsm_extract to optimize transition...
2014-08-30 Clifford WolfImproved handling of $pmux cells in fsm_extract
2014-08-16 Clifford WolfAdded module->uniquify()
2014-08-15 Clifford WolfMore idstring sort_by_* helpers and fixed tpl ordering...
2014-08-14 Clifford WolfRIP $safe_pmux
2014-08-14 Clifford WolfSome improvements in FSM mapping and recoding
2014-08-10 Clifford WolfFixed FSM mapping for multiple reset-like signals
2014-08-09 Clifford WolfSome improvements in fsm_opt and fsm_map for FSM with...
2014-08-08 Clifford WolfAnother fsm_extract bugfix
2014-08-08 Clifford WolfFixed "fsm -export"
2014-08-08 Clifford WolfFixed fsm_extract for wreduced muxes
2014-08-02 Clifford WolfNo implicit conversion from IdString to anything else
2014-08-02 Clifford WolfMore cleanups related to RTLIL::IdString usage
2014-07-31 Clifford WolfRenamed port access function on RTLIL::Cell, added...
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfAdded log_cmd_error_expection
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfChanged a lot of code to the new RTLIL::Wire constructors
2014-07-26 Clifford WolfAdded RTLIL::Cell::has(portname)
2014-07-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfManual fixes for new cell connections API
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-25 Clifford WolfUse only module->addCell() and module->remove() to...
2014-07-23 Clifford WolfVarious small fixes (from gcc compiler warnings)
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::optimize()
2014-07-23 Clifford WolfMerge branch: Refactoring {SigSpec|SigChunk}(RTLIL...
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