Skip to content

Conversation

@stnolting
Copy link
Owner

@stnolting stnolting commented Jul 25, 2025

New configuration option that allows you to set whether the caches use burst transfers or only single accesses for cache block update operations:

CACHE_BURSTS_EN : boolean := true; -- i-cache/d-cache: enable issuing of burst transfer for cache update

Bursts should only be disabled if modules connected to the external bus interface (AXI) do not support burst transfers. By default bursts are always enabled. Hence, the changes from the PR are fully backwards-compatible.

@stnolting stnolting self-assigned this Jul 25, 2025
@stnolting stnolting added enhancement New feature or request HW Hardware-related labels Jul 25, 2025
@stnolting stnolting marked this pull request as ready for review July 25, 2025 09:50
@stnolting stnolting merged commit 31bc708 into main Jul 25, 2025
8 checks passed
@stnolting stnolting deleted the optional_bursts branch July 25, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request HW Hardware-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants