From cc464e5be21d53d26f0c6de91187c673c0d3e64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Mon, 30 Jan 2023 13:00:43 +0100 Subject: [PATCH] The memory is 256 x 32 bits, not 512 x 32 bits 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/rtl/fw_ram.v b/hw/application_fpga/rtl/fw_ram.v index fd12e37..cbb8967 100644 --- a/hw/application_fpga/rtl/fw_ram.v +++ b/hw/application_fpga/rtl/fw_ram.v @@ -2,7 +2,7 @@ // // fw_ram.v // -------- -// A small 512 x 32 RAM for FW use. With support for access control. +// A 256 x 32 RAM for use by the FW. With support for access control. // // Author: Joachim Strombergson // Copyright (C) 2022 - Tillitis AB