You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:What value would a
CSRRx
instruction return?The text was updated successfully, but these errors were encountered: