aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel_alm/synth_intel_alm.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert "intel_alm: direct M10K instantiation"Lofty2020-07-131-2/+1
| | | | This reverts commit 09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.
* intel_alm: direct M10K instantiationDan Ravensloft2020-07-051-1/+2
|
* intel_alm: DSP inferenceDan Ravensloft2020-07-051-9/+49
|
* synth_intel_alm: Use dfflegalize.Marcelina Koƛcielnicka2020-07-041-4/+3
|
* intel_alm: add $__ prefix to MISTRAL_FF_SYNCONLYEddie Hung2020-07-041-1/+1
|
* intel_alm: ABC9 sequential optimisationsDan Ravensloft2020-07-041-9/+20
|
* Use C++11 final/override keywords.whitequark2020-06-181-4/+4
|
* intel_alm: fix DFFE matchingDan Ravensloft2020-06-111-1/+1
|
* synth_*: no need to explicitly read +/abc9_model.vEddie Hung2020-05-141-1/+0
|
* intel_alm: direct LUTRAM cell instantiationDan Ravensloft2020-05-071-1/+1
| | | | | | | | | | By instantiating the LUTRAM cell directly, we avoid a trip through altsyncram, which speeds up Quartus synthesis time. This also gives a little more flexibility, as Yosys can build RAMs out of individual 32x1 LUTRAM cells. While working on this, I discovered that the mem_init0 parameter of <family>_mlab_cell gets ignored by Quartus.
* intel_alm: cleanup duplicationDan Ravensloft2020-04-241-2/+1
|
* intel_alm: work around a Quartus ICEDan Ravensloft2020-04-231-0/+10
|
* synth_intel_alm: VQM supportDan Ravensloft2020-04-151-0/+1
|
* synth_intel_alm: alternative synthesis for Intel FPGAsDan Ravensloft2020-04-151-0/+240
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).