Skip to content

Commit

Permalink
Doc: Add README for the ROM core.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Strömbergson <[email protected]>
  • Loading branch information
secworks authored and dehanj committed Aug 21, 2024
1 parent 026047d commit 1ecdfa1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions hw/application_fpga/core/rom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# rom
ROM for the firmware (FW).


## Introduction
This core implements the ROM where the FW is stored.


## API
The core does not have an API.


## Implementation Details
The core is implemented by implicitly allocating a number of Embedded
Block Memory (EBM) cores, also known as SB_RAM40_4K.

During building of the FPGA bitstream the ROM binary image is mapped
into the ROM address space. When the FPGA is configured by the
bitstream, the SB_RAM40_4K cores are loaded with the ROM. The contents
is not changed by a system reset.

0 comments on commit 1ecdfa1

Please sign in to comment.