fifo_buffer: fixed sizing so it maps to generic var instead of global

This commit is contained in:
Erik Örtenberg 2025-05-16 21:02:40 +02:00
parent 5661f79825
commit 6eb61a047e

View File

@ -53,7 +53,7 @@ begin
techmap_ram_inst : entity techmap.syncram_2p techmap_ram_inst : entity techmap.syncram_2p
generic map(tech => tech, generic map(tech => tech,
abits => address_bits, abits => address_bits,
dbits => fifo_width, dbits => data_width,
sepclk => 1 sepclk => 1
) )
port map( port map(