From 2fce57218aa03e19e981fbc22abfa875c4cb03a6 Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Wed, 8 Nov 2023 10:13:23 +0100 Subject: [PATCH] Fix missing 'r' character in reference word stucture for correct naming as structure. --- libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd b/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd index 445e0306eb..d314cdc9f5 100644 --- a/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd +++ b/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd @@ -29,7 +29,7 @@ -- and unfortunately, the rwk_rw IP isn't supported either, the crk_cw IP -- has been created, resulting in modifications to this file.[1] -- Reference: --- [1] Based on the stucture of common_crw_crw_ratio.vhd. +-- [1] Based on the structure of common_crw_crw_ratio.vhd. library IEEE, technology_lib, tech_memory_lib; use IEEE.std_logic_1164.all; -- GitLab