Correct for new fw-ram size

Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
Daniel Lublin 2023-03-08 12:34:08 +01:00
parent ebe59647bb
commit 5f4f5c6584
No known key found for this signature in database
GPG key ID: 75BD0FEB8D3E7830
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
//
// fw_ram.v
// --------
// A 256 x 32 RAM (1024 bytes) for use by the FW. The memory has
// A 512 x 32 RAM (2048 bytes) for use by the FW. The memory has
// support for mode based access control.
//
// Author: Joachim Strombergson