1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-11 23:43:09 +00:00

Update single_port_ram.vhd

This commit is contained in:
Marcel 2023-07-13 12:03:31 +02:00
parent ca0c6feb5f
commit 3da627aa0b

View File

@ -73,7 +73,7 @@ begin
generic map (
clock_enable_input_a => "BYPASS",
clock_enable_output_a => "BYPASS",
intended_device_family => "Cyclone V",
intended_device_family => "Cyclone III",
lpm_hint => "ENABLE_RUNTIME_MOD=NO",
lpm_type => "altsyncram",
numwords_a => 2**ADDR_WIDTH,