aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dffinit.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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