mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Fix bytewidth in bootrom axilite bridge (#1264)
This commit is contained in:
parent
bcff0ec90b
commit
1b81b4865f
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ module riscv_peripherals #(
|
|||
assign rom_rdata = (ariane_boot_sel_i) ? rom_rdata_bm : rom_rdata_linux;
|
||||
|
||||
noc_axilite_bridge #(
|
||||
.SLAVE_RESP_BYTEWIDTH ( 8 ),
|
||||
.SLAVE_RESP_BYTEWIDTH ( 0 ),
|
||||
.SWAP_ENDIANESS ( SwapEndianess )
|
||||
) i_bootrom_axilite_bridge (
|
||||
.clk ( clk_i ),
|
||||
|
|
Loading…
Add table
Reference in a new issue