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

Clarify always block arch state update visibility #103

Open
wysiwyng opened this issue Aug 3, 2023 · 0 comments
Open

Clarify always block arch state update visibility #103

wysiwyng opened this issue Aug 3, 2023 · 0 comments

Comments

@wysiwyng
Copy link

wysiwyng commented Aug 3, 2023

The current documentation does not explicitly state whether updates to the architectural state done in an always block should be visible in the following instruction behavior section. What is the consensus here?

Example:

Using this always block:

always {
    csr_inc {
        CSR[RV_CSR_CYCLE] += 1;
    }
}

What value would a CSRRx instruction return?

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

No branches or pull requests

1 participant