mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 06:06:24 -04:00
fpga/fw: Extend checks for invalid memory accesses
- Extend hardware checks for invalid memory accesses to include checking more address space. - In fw include file: fix two typos for memory ranges that relates to above that fortunately have no impact on functionality.
This commit is contained in:
parent
a5ed3cfaa9
commit
0af82ee566
7 changed files with 71 additions and 9 deletions
|
@ -392,7 +392,7 @@ module application_fpga (
|
|||
|
||||
ram_cs = 1'h0;
|
||||
ram_we = 4'h0;
|
||||
ram_address = cpu_addr[17 : 2];
|
||||
ram_address = cpu_addr[16 : 2];
|
||||
ram_write_data = cpu_wdata;
|
||||
|
||||
fw_ram_cs = 1'h0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue