Merge pull request #771 from whitequark/techmap_cmp2lut
[yosys.git] / passes / fsm /
2019-01-02 Clifford WolfMerge pull request #771 from whitequark/techmap_cmp2lut
2019-01-02 Clifford WolfMerge pull request #769 from whitequark/typos
2019-01-02 whitequarkFix typographical and grammatical errors and inconsiste...
2018-09-17 Udi FinkelsteinMerge branch 'master' into pr_reg_wire_error
2018-08-22 Jim LawsonMerge pull request #1 from YosysHQ/master
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #591 from hzeller/virtual-override
2018-07-21 Henner ZellerConsistent use of 'override' for virtual methods in...
2017-08-21 Clifford WolfRemove some dead code from fsm_map
2017-04-12 Larry DoolittleSquelch trailing whitespace
2017-02-09 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-01-31 Clifford WolfMerge branch 'opt_compare_pr' of https://github.com...
2017-01-26 Clifford WolfBe more conservative with merging large cells into...
2017-01-26 Clifford WolfAdd warnings for quickly growing FSM table size in...
2016-11-02 Clifford WolfAdded support for fsm_encoding="user"
2016-11-02 Clifford WolfAdded "fsm_expand -full"
2016-10-25 Clifford WolfBugfix in fsm_map for FSMs without reset state
2016-07-13 Clifford WolfMerge pull request #191 from whitequark/json-module...
2016-07-12 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-07-12 Clifford WolfMinor bugfix in FSM reset state detection
2016-07-09 Clifford WolfFurther improved fsm_detect output, attempt to detect...
2016-07-09 Clifford WolfAdded printing of some warning messages to fsm_detect
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-04-23 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-04-21 Clifford WolfAdded "yosys -D" feature
2016-02-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-02-13 Clifford WolfAdded "int ceil_log2(int)" function
2015-12-07 Clifford WolfMerge pull request #108 from cseed/master
2015-10-25 Clifford WolfImport more std:: stuff into Yosys namespace
2015-10-24 Clifford Wolfrenamed SigSpec::to_single_sigbit() to SigSpec::as_bit...
2015-09-21 Clifford WolfDo not detect fsm state registers with init attribute
2015-09-18 Clifford WolfAdded $logic_not handling to fsm_detect
2015-08-18 Clifford WolfBugfix in fsm_detect for complex muxtrees
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-03 Clifford WolfBugfix in fsm_extract
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-29 Clifford WolfAdded $eq/$neq -> $logic_not/$reduce_bool optimization
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-04 Clifford WolfAdded onehot attribute
2015-01-30 Clifford WolfAdded "fsm -encfile"
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-24 Clifford WolfRenamed extend() to extend_xx(), changed most users...
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
next