aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dff2dffe.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoEddie Hung2019-08-191-1/+1
|
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-9/+9
|
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-29/+29
|
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-29/+29
|
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-24/+24
|
* substr() -> compare()Eddie Hung2019-08-071-3/+3
|
* RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-071-1/+1
|
* stoi -> atoiEddie Hung2019-08-071-1/+1
|
* Make liberal use of IdString.in()Eddie Hung2019-08-061-2/+2
|
* Fix typoClifford Wolf2018-12-041-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* dff2dffe: Add option for unmap to only remove DFFE with low CE signal useSylvain Munaut2018-11-271-1/+36
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* 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)
* ecp5: Adding synchronous set/reset supportDavid Shah2018-07-141-2/+12
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Bugfix for $_DFF_?_ in "dff2dffe -direct-match"Clifford Wolf2015-04-171-2/+2
|
* Fixed "dff2dffe -direct-match"Clifford Wolf2015-04-161-12/+23
|
* Added "dff2dffe -direct-match"Clifford Wolf2015-04-161-14/+35
|
* Added "dffinit", Support for initialized Xilinx DFFClifford Wolf2015-04-041-1/+1
|
* Bugfix in dff2dffeClifford Wolf2015-01-161-1/+1
|
* Added "dff2dffe -direct" for direct gate mappingClifford Wolf2014-12-241-5/+37
|
* Added "dff2dffe -unmap"Clifford Wolf2014-12-241-6/+42
|
* Added support for gate-level cells in dff2dffeClifford Wolf2014-12-241-9/+38
|
* Added functionality to dff2dffe passClifford Wolf2014-12-081-2/+167
|
* Added skeleton dff2dffe passClifford Wolf2014-12-081-0/+75