aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/achronix
Commit message (Collapse)AuthorAgeFilesLines
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-4/+4
| | | | | | | | | 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)
* Fixed broken Quartus backend on dffeas init value (Error (12170): Illegal ↵c60k282018-03-314-118/+55
| | | | value for the POWER_UP parameter. Fixed and tested Cyclone V device
* Squelch trailing whitespace, including meta-whitespaceLarry Doolittle2018-03-112-5/+5
|
* Organizing Speedster file namesdh732017-11-085-4/+4
|
* Adding Cyclone IV (E, GX), Arria 10, Cyclone V and LPM functions (ALTPLL and ↵dh732017-10-015-0/+474
M9K); M9K is not finished yet. Achronix Speedster also in this commit. Both Arria10 and Speedster-i are still experimental due complexity, but you can experiment around those devices right now