aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dffinit.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)
* Add "dffinit -highlow" and fix synth_intelClifford Wolf2018-01-091-0/+20
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Fix a segfault in dffinit when the value has too few bitsMarcus Comstedt2015-11-081-1/+1
| | | | | The code was already trying to add the required number of bits, but fell one short of the mark.
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-2/+2
|
* Properly clean up unused "init" attributesClifford Wolf2015-08-181-4/+18
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Added "dffinit", Support for initialized Xilinx DFFClifford Wolf2015-04-041-0/+121