Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wt_axi_adapter: Remove redundant, parameterization-breaking zero exte…
…nsions (#2697) zero-extended the paddrs to match the axi_addr width and thus fix lint warnings. However, this breaks elaboration if AxiAddrWidth <= PLEN. To fix lint warnings without breaking parametrisation, use explicit casts to pad/truncate as required.
- Loading branch information