aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/ice40_ffinit.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)
* Minor fixes in ice40_ff* passes for sloppy SB_DFF instantiationsClifford Wolf2016-07-081-12/+18
|
* Improved ice40_ffinit error reportingClifford Wolf2016-06-301-1/+5
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Bugfix in ice40_ffinitClifford Wolf2015-12-221-2/+2
|
* Improved ice40_ffinitClifford Wolf2015-12-221-1/+22
|
* Added ice40_ffinit passClifford Wolf2015-11-261-0/+142