From ab03ebd12c83ae8f2fc616d16bec8f1aa4f15993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Mon, 30 Jan 2023 13:19:01 +0100 Subject: [PATCH] Improve wording ans size info in header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim Strömbergson --- hw/application_fpga/rtl/fw_ram.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/application_fpga/rtl/fw_ram.v b/hw/application_fpga/rtl/fw_ram.v index cbb8967..77a47f1 100644 --- a/hw/application_fpga/rtl/fw_ram.v +++ b/hw/application_fpga/rtl/fw_ram.v @@ -2,7 +2,8 @@ // // fw_ram.v // -------- -// A 256 x 32 RAM for use by the FW. With support for access control. +// A 256 x 32 RAM (1024 bytes) for use by the FW. The memory has +// support for mode based access control. // // Author: Joachim Strombergson // Copyright (C) 2022 - Tillitis AB