fpga: Fix width of assigned fw_address

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2024-07-11 14:34:10 +02:00
parent 15765c3068
commit 1ce3085843
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

@ -392,7 +392,7 @@ module application_fpga(
fw_ram_cs = 1'h0; fw_ram_cs = 1'h0;
fw_ram_we = cpu_wstrb; 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; fw_ram_write_data = cpu_wdata;
trng_cs = 1'h0; trng_cs = 1'h0;