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

How to print the cycle along with the instruction being executed at that cycle in RTL simulation. #1821

Open
2 tasks done
YiKangOY opened this issue Mar 14, 2024 · 0 comments

Comments

@YiKangOY
Copy link

YiKangOY commented Mar 14, 2024

Background Work

Feature Description

Hi, I am running RTL simulation with Boom. I want to print current cycle and the instruction being executed in current cycle.
Is there any way I can add this printing function?

As an alternative solution, may I know which RTL signal corresponds to the instruction being executed? So we can export it from the simulation waveform.

Motivating Example

For example, at each cycle, the boom will print "Current cycle: 1234, current instruction: 1010101..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant