aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel/synth_intel.cc
Commit message (Collapse)AuthorAgeFilesLines
* intel_synth: Make family explicit and matchBen Widawsky2019-07-181-2/+6
| | | | | | | | The help and code default to MAX10 for the family, however the couple of if ladders defaulted to cycloneive. Fix this inconsistency and the next patch will clean it up. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
* intel_synth: Minor code cleanupsBen Widawsky2019-07-181-2/+6
| | | | Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
* synth_intel: Warn about untested Quartus backendDan Ravensloft2019-07-071-0/+3
|
* Fix formatting for synth_intel.ccBen Widawsky2019-05-091-222/+211
| | | | | | This is realized through the recently added .clang-format file. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
* Unify usage of noflatten among architecturesMiodrag Milanovic2019-01-041-2/+2
|
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-6/+6
| | | | | | | | | 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 "synth_intel --noiopads"Clifford Wolf2018-04-301-2/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fixed broken Quartus backend on dffeas init value (Error (12170): Illegal ↵c60k282018-03-311-4/+23
| | | | value for the POWER_UP parameter. Fixed and tested Cyclone V device
* Add "dffinit -highlow" and fix synth_intelClifford Wolf2018-01-091-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Initial Cyclone 10 supportdh732017-11-081-1/+5
|
* Clean whitespace and permissions in techlibs/intelLarry Doolittle2017-10-051-3/+3
|
* Rename "write_verilog -nobasenradix" to "write_verilog -decimal"Clifford Wolf2017-10-031-4/+1
|
* Adding Cyclone IV (E, GX), Arria 10, Cyclone V and LPM functions (ALTPLL and ↵dh732017-10-011-0/+241
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