mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
intel_alm: direct LUTRAM cell instantiation
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.
This commit is contained in:
parent
0610424940
commit
5b779f7f4e
9 changed files with 163 additions and 52 deletions
|
@ -28,4 +28,4 @@ altsyncram #(
|
|||
.clock1(CLK1)
|
||||
);
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue