Skip to content

Commit

Permalink
Doc: fix typo in tk1 core readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Oct 11, 2024
1 parent d9d4181 commit cbb2ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/application_fpga/core/tk1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ bitstream. This allows us to generate these device unique FPGA
bitstreams without having to do a full FPGA build.


### RAM memory protecion
### RAM memory protection

```
ADDR_RAM_ADDR_RAND: 0x40
Expand All @@ -143,7 +143,7 @@ bitstreams without having to do a full FPGA build.
These write only registers control how the data in the RAM is
randomized as a way of protecting the data. The randomization is
implemented using a pseudo random number generator with a state
initalized by a seed.
initialized by a seed.

The ADDR_RAM_ADDR_RAND store the seed for how the addresses are
randomized over the memory space. The ADDR_RAM_DATA_RAND store the
Expand Down

0 comments on commit cbb2ba7

Please sign in to comment.