Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel_alm: direct M10K instantiation | Dan Ravensloft | 2020-07-05 | 1 | -0/+34 |
| | |||||
* | intel_alm: ABC9 sequential optimisations | Dan Ravensloft | 2020-07-04 | 1 | -0/+10 |
| | |||||
* | intel_alm: direct LUTRAM cell instantiation | Dan Ravensloft | 2020-05-07 | 1 | -0/+60 |
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. |