aboutsummaryrefslogtreecommitdiffstats
path: root/passes/fsm/fsm_recode.cc
Commit message (Collapse)AuthorAgeFilesLines
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Added support for fsm_encoding="user"Clifford Wolf2016-11-021-3/+3
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Added "int ceil_log2(int)" functionClifford Wolf2016-02-131-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-5/+5
|
* Added "fsm -encfile"Clifford Wolf2015-01-301-10/+33
|
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-111-3/+3
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-1/+1
|
* namespace YosysClifford Wolf2014-09-271-0/+4
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
|
* Don't change existing binary FSM encoding if it is already optimalClifford Wolf2014-08-301-1/+6
|
* Some improvements in FSM mapping and recodingClifford Wolf2014-08-141-7/+15
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-1/+1
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-1/+1
|
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-1/+2
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-6/+6
|
* Improved FSM one-hot encoding, added binary encodingClifford Wolf2013-05-241-19/+46
|
* Added help messages for fsm_* passesClifford Wolf2013-03-011-4/+19
|
* initial importClifford Wolf2013-01-051-0/+114