Skip to content
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

Modification of some Debug Modules parameters into (static) signals, as part of (#269) #286

Merged

Conversation

cairo-caplan
Copy link

Modification of some Debug Modules parameters into (static) signals, as part of the task to
uniformize the CVE2 interface IO with the CVE4, #269 In summary:

  • The Debug halt and exception addresses were transformed from parameters (DmHaltAddr, DmExceptionAddr) into signals (dm_halt_addr_i, dm_exception_addr_i) , matching their equivalents on the CVE4
  • DbgTriggerEn was kept, but a reference comment to CVE4's DbgTriggerEn
  • DbgHwBreakNum, the number of hardware breakpoints supported, has no equivalent on the CVE4, so I kept it.

Additionally:

  • Added a buildsim.log to the gitignore, as it was generated by some make targets
  • Modified the reference from the IBEX to CVE2 on some comments of the already modified files, when necessary.
  • This PR includes the commit to extend the Performance counters from 0 to 10, part of Change the default to 10 performance counters #214

@davideschiavone davideschiavone merged commit 9df7ab1 into openhwgroup:main Mar 3, 2025
2 checks passed
@cairo-caplan cairo-caplan deleted the 269_cve2_dbg_if_match_cve4 branch March 3, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants