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

Ibex Demo System Tracer #65

Open
Asmita-Adhikary opened this issue Oct 5, 2023 · 1 comment
Open

Ibex Demo System Tracer #65

Asmita-Adhikary opened this issue Oct 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Asmita-Adhikary
Copy link

Unlike the Ibex Simple System, the Ibex Demo System doesn't generate a log of executed instructions (execution trace) on using the plusarg ibex_tracer_enable=1. Is there any way of obtaining all traced instructions in a log file, the same way as in the Ibex Simple System? Any help is appreciated. Thank you.

@marnovandermaas
Copy link
Contributor

This is not possible in the current demo system because we do not instantiate the ibex_tracer module. You can find an example of how to instantiate this in the vendored in ibex_top_tracing.sv. In the future we might consider adding this to the ibex_demo_system.sv.

@marnovandermaas marnovandermaas added the enhancement New feature or request label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants