mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-05 21:24:11 -04:00
fpga: Add stateful access control
Add access stateful control register that toggles if access to a resources is granted based on if code is excuted from ROM or RAM. The register is used to enable or block access to SPI but potentially other HW resources. Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
c6abfbcc59
commit
fbd1620891
2 changed files with 33 additions and 13 deletions
|
@ -321,6 +321,9 @@ module application_fpga(
|
|||
.cpu_trap(cpu_trap),
|
||||
.force_trap(force_trap),
|
||||
|
||||
.ram_access(ram_cs),
|
||||
.rom_access(rom_cs),
|
||||
|
||||
.ram_aslr(ram_aslr),
|
||||
.ram_scramble(ram_scramble),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue