summaryrefslogtreecommitdiff
path: root/passes/fsm
Commit message (Collapse)AuthorAge
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-25
|
* renamed SigSpec::to_single_sigbit() to SigSpec::as_bit(), added is_bit()Clifford Wolf2015-10-24
|
* 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
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
|
* Bugfix in fsm_extractClifford Wolf2015-07-03
|
* Fixed trailing whitespacesClifford Wolf2015-07-02
|
* Added $eq/$neq -> $logic_not/$reduce_bool optimizationClifford Wolf2015-04-29
|
* Added onehot attributeClifford Wolf2015-02-04
|
* Added "fsm -encfile"Clifford Wolf2015-01-30
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
|
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-24
|
* Added log_warning() APIClifford Wolf2014-11-09
|
* Changed from "and" to "&&"William Speirs2014-10-15
|
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-11
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
|
* namespace YosysClifford Wolf2014-09-27
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
|
* Don't change existing binary FSM encoding if it is already optimalClifford Wolf2014-08-30
|
* Using $pmux info in fsm_extract to optimize transition ctrl_in patternsClifford Wolf2014-08-30
|
* Improved handling of $pmux cells in fsm_extractClifford Wolf2014-08-30
|
* Added module->uniquify()Clifford Wolf2014-08-16
|
* More idstring sort_by_* helpers and fixed tpl ordering in techmapClifford Wolf2014-08-15
|
* RIP $safe_pmuxClifford Wolf2014-08-14
|
* Some improvements in FSM mapping and recodingClifford Wolf2014-08-14
|
* Fixed FSM mapping for multiple reset-like signalsClifford Wolf2014-08-10
|
* Some improvements in fsm_opt and fsm_map for FSM with unreachable statesClifford Wolf2014-08-09
|
* Another fsm_extract bugfixClifford Wolf2014-08-08
|
* Fixed "fsm -export"Clifford Wolf2014-08-08
|
* Fixed fsm_extract for wreduced muxesClifford Wolf2014-08-08
|
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
|
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
|
* Added log_cmd_error_expectionClifford Wolf2014-07-27
|
* 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
|
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-26
|
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-26
|
* Manual fixes for new cell connections APIClifford Wolf2014-07-26
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-25
|
* Various small fixes (from gcc compiler warnings)Clifford Wolf2014-07-23
|
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-23
|