From 4f392f14d44c27633f7b7f10fbb7ce26d7f96c35 Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Wed, 8 Nov 2023 10:09:37 +0100 Subject: [PATCH] Removed 'r' character in entity tech_memory_ram_crk_crw for correct naming as tech_memory_ram_crk_cw. --- libraries/technology/memory/tech_memory_ram_crk_cw.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/technology/memory/tech_memory_ram_crk_cw.vhd b/libraries/technology/memory/tech_memory_ram_crk_cw.vhd index 76ce985e0f..15cd8b8eca 100644 --- a/libraries/technology/memory/tech_memory_ram_crk_cw.vhd +++ b/libraries/technology/memory/tech_memory_ram_crk_cw.vhd @@ -46,7 +46,7 @@ library ip_arria10_e1sg_ram_lib; library ip_arria10_e2sg_ram_lib; library ip_ip_agi027_xxxx_ram_lib; -entity tech_memory_ram_crk_crw is -- support different port data widths and corresponding address ranges +entity tech_memory_ram_crk_cw is -- support different port data widths and corresponding address ranges generic ( g_technology : natural := c_tech_select_default; g_wr_adr_w : natural := 5; -- GitLab