From dea190a52aeef58421d0034c145d1944d3b9ee24 Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Tue, 7 Nov 2023 12:07:59 +0100 Subject: [PATCH] Changed the remark from 'See common_paged_ram_crw_crw for details' to 'See common_paged_ram_rw_rw for details', because it uses common_paged_ram_rw_rw and that one is changed. And changed next_page_* to *_next_page. --- libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd b/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd index 254a426c53..b2f05fc270 100644 --- a/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd +++ b/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd @@ -21,9 +21,9 @@ -- Purpose: Multi page memory -- Description: --- When next_page_* pulses then the next access will occur in the next page. +-- When *_next_page pulses then the next access will occur in the next page. -- Remarks: --- . See common_paged_ram_crw_crw for details. +-- . See common_paged_ram_rw_rw for details. library IEEE, technology_lib; use IEEE.std_logic_1164.all; -- GitLab