mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
fpga: Fix width of assigned fw_address
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
15765c3068
commit
1ce3085843
@ -392,7 +392,7 @@ module application_fpga(
|
||||
|
||||
fw_ram_cs = 1'h0;
|
||||
fw_ram_we = cpu_wstrb;
|
||||
fw_ram_address = cpu_addr[10 : 2];
|
||||
fw_ram_address = cpu_addr[11 : 2];
|
||||
fw_ram_write_data = cpu_wdata;
|
||||
|
||||
trng_cs = 1'h0;
|
||||
|
Loading…
Reference in New Issue
Block a user