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

Add linetrace=True in DefaultPassGroup #71

Merged
merged 2 commits into from
Jan 25, 2025
Merged

Conversation

yuqisun
Copy link
Collaborator

@yuqisun yuqisun commented Jan 23, 2025

test_harness.apply(DefaultPassGroup(linetrace = True)) can enable the simulator to automatically call the line_trace method.

@yuqisun
Copy link
Collaborator Author

yuqisun commented Jan 23, 2025

Also find an interesting method test_harness.print_textwave() which can print each value by clk, such as below:
Would it be helpful in verbose trace? (looks cool)
Screenshot from 2025-01-23 23-35-20

@tancheng
Copy link
Owner

Also find an interesting method test_harness.print_textwave() which can print each value by clk, such as below: Would it be helpful in verbose trace? (looks cool) Screenshot from 2025-01-23 23-35-20

Looks good, you can have a wave mode or sth like that.

@yuqisun yuqisun merged commit c07cb57 into tancheng:master Jan 25, 2025
3 checks passed
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