From c22fe6073118aec036e1eba496410706571af74f Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Wed, 8 Nov 2023 11:47:49 +0100 Subject: [PATCH] Removed duplicate 'ip' in library ip_ip_agi027_xxxx_ram_lib for correct naming as ip_agi027_xxxx_ram_lib. --- 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 15cd8b8eca..4b691e0e80 100644 --- a/libraries/technology/memory/tech_memory_ram_crk_cw.vhd +++ b/libraries/technology/memory/tech_memory_ram_crk_cw.vhd @@ -44,7 +44,7 @@ library ip_arria10_ram_lib; library ip_arria10_e3sge3_ram_lib; library ip_arria10_e1sg_ram_lib; library ip_arria10_e2sg_ram_lib; -library ip_ip_agi027_xxxx_ram_lib; +library ip_agi027_xxxx_ram_lib; entity tech_memory_ram_crk_cw is -- support different port data widths and corresponding address ranges generic ( -- GitLab