aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel_alm
Commit message (Collapse)AuthorAgeFilesLines
* intel_alm: cleanup duplicationDan Ravensloft2020-04-245-113/+64
|
* intel_alm: work around a Quartus ICEDan Ravensloft2020-04-231-0/+10
|
* intel_alm: Documentation improvementsDan Ravensloft2020-04-213-14/+127
|
* synth_intel_alm: VQM supportDan Ravensloft2020-04-152-6/+3
|
* synth_intel_alm: alternative synthesis for Intel FPGAsDan Ravensloft2020-04-1517-0/+1453
By operating at a layer of abstraction over the rather clumsy Intel primitives, we can avoid special hacks like `dffinit -highlow` in favour of simple techmapping. This also makes the primitives much easier to manipulate, and more descriptive (no more cyclonev_lcell_comb to mean anything from a LUT2 to a LUT6).