aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel_alm/common/bram_m10k.txt
Commit message (Collapse)AuthorAgeFilesLines
* intel_alm: M10K write-enable is negative-trueLofty2022-03-091-2/+2
|
* intel_alm: disable 256x40 M10K modeLofty2021-12-221-9/+3
| | | | | This BRAM mode uses both address ports, making it effectively single-port. Since memory_bram can't presently map to single-port memories, remove it.
* intel_alm: direct M10K instantiationDan Ravensloft2020-07-271-2/+2
| | | | This reverts commit a3a90f6377f251d3b6c5898eb1543f8832493bb8.
* Revert "intel_alm: direct M10K instantiation"Lofty2020-07-131-2/+2
| | | | This reverts commit 09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.
* intel_alm: direct M10K instantiationDan Ravensloft2020-07-051-2/+2
|
* synth_intel_alm: alternative synthesis for Intel FPGAsDan Ravensloft2020-04-151-0/+33
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).