| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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.
|
|
|
|
| |
This reverts commit a3a90f6377f251d3b6c5898eb1543f8832493bb8.
|
|
|
|
| |
This reverts commit 09ecb9b2cf3ab76841d30712bf70dafc6d47ef67.
|
| |
|
|
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).
|