Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/axi_dw_upsizer.sv: avoid unnecessarily wide indices into r_data
Using indices of type `addr_t` (aka `logic [AxiAddrWidth-1:0]`) for indexing into `r_data` causes issues with Verilator v5.028+, as the `r_data` array has only `AxiSlvPortStrbWidth` entries.
- Loading branch information