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

Refactor coverage collection #424

Merged
merged 40 commits into from
Feb 13, 2025

Conversation

jordancarlin
Copy link
Member

@jordancarlin jordancarlin commented Feb 6, 2025

Complete overhaul of functional coverage collection methodology:

  • Move riscvISACOV into main repo and remove submodule
  • Add integrated instruction decoder to drive the rest of the coverage collection
  • Lots of updates to functional coverage collection classes and functions to align more closely with cvw-arch-verif design
  • New extension selection methodology (using `defines instead of `includes)
  • Updates to variable lengths to ensure compatibility with RV32 and RV64
  • Updates to several coverpoints to align with new decoder/official spec
  • New .f file with file list for easy inclusion in simulation
  • Setup script to set appropriate paths for the .f file
  • Lots of other small changes

@jordancarlin jordancarlin marked this pull request as ready for review February 13, 2025 10:43
@jordancarlin
Copy link
Member Author

This should finally be ready to go! I'm getting identical coverage to the old methodology

@davidharrishmc davidharrishmc merged commit c85de5e into openhwgroup:main Feb 13, 2025
1 check 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.

3 participants