Skip to content

Conversation

@AryahP
Copy link

@AryahP AryahP commented Dec 28, 2025

Added function to print Ibex configuration details. This change adds a small configuration summary to the Ibex Verilator co-simulation output, printing the key parameters selected for a simulation run (e.g. secure Ibex, icache enable, PMP configuration, MHPM counters, debug module address range).

This was a response to one of the Get Started Issues #1364

Added function to print Ibex configuration details.
This change adds a small configuration summary to the Ibex Verilator co-simulation output, printing the key parameters selected for a simulation run (e.g. secure Ibex, icache enable, PMP configuration, MHPM counters, debug module address range).
Copy link
Contributor

@rswarbrick rswarbrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite going to work, because we're now printing out a message as part of some code that executes before main(!)

I'd suggest:

  • Move the "ISA:" print to be part of PrintIbexCosimConfig
  • Rename that function to match the style of the rest of the file (snake_case)
  • Move the call to the function to be part of main

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