-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add memory address offset param; Fix portmap signals; Fix cache driver issues. #594
Merged
Commits on Aug 14, 2023
-
feat(extmem): Add memory address offset Verilog parameter for extmem.
- Remove `iob_addr_zone_selector` modules, as they are no longer needed.
Configuration menu - View commit details
-
Copy full SHA for b7142ae - Browse repository at this point
Copy the full SHA b7142aeView commit details
Commits on Aug 25, 2023
-
feat(cache): Init cache drivers in boot; Disable USE_CTRL_CNT.
- Disable USE_CTRL_CNT because drivers do not work well with it enabled. When it is enabled, we cannot invalidate cache via SWregs.
Configuration menu - View commit details
-
Copy full SHA for 7ca56e6 - Browse repository at this point
Copy the full SHA 7ca56e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7850f65 - Browse repository at this point
Copy the full SHA 7850f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 959f58f - Browse repository at this point
Copy the full SHA 959f58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for edf1b0d - Browse repository at this point
Copy the full SHA edf1b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6efbed - Browse repository at this point
Copy the full SHA f6efbedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5164af3 - Browse repository at this point
Copy the full SHA 5164af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e731505 - Browse repository at this point
Copy the full SHA e731505View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b593d - Browse repository at this point
Copy the full SHA d2b593dView commit details
Commits on Aug 28, 2023
-
fix(portmap): Fix internal representation of portmap signals.
- Update internal representation of portmap signals to use if_name as prefix. This allows the system to distinguish between two signals with the same name by checking their prefix.
Configuration menu - View commit details
-
Copy full SHA for 02731ff - Browse repository at this point
Copy the full SHA 02731ffView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3594ac - Browse repository at this point
Copy the full SHA a3594acView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 434db4b - Browse repository at this point
Copy the full SHA 434db4bView commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 211c464 - Browse repository at this point
Copy the full SHA 211c464View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6018354 - Browse repository at this point
Copy the full SHA 6018354View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f4d38 - Browse repository at this point
Copy the full SHA b7f4d38View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.