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

Validate: update ArchRegState only when commit or event #488

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 28, 2024

  1. Validate: update ArchRegState only when commit or event

    When Squash enabled, previous squashed instrCommit may be submitted
    with new-coming updated ArchRegState, which results in reg mismatch
    with REF.
    
    In difftest software side, we will only use ArchRegState when
    instrCommit or event (progress = true in code), so we add
    updateDependency for ArchRegState to ensure using corresponding ones
    with squashed commits, just like we add for CSR before.
    klin02 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    744771b View commit details
    Browse the repository at this point in the history