-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Comment
Hello I am working on the verification of CVA6, specifically on re-verifying the CVXIF interface after changing the specification. I have a couple of questions:
For the compressed interface, is it acceptable that the compressed_req does not have an ID field to specify the compressed transaction? The compressed response packet refers to an ID, but we currently don’t have one.
in the last version of the spec we had ID for compressed interface.
Regarding the commit interface, the specification mentions that commit_valid cannot be asserted for two clock cycles. Does this restriction apply to the same ID only, or is it also valid for back-to-back instructions with different IDs ? this was refers in #229
Thank you for your insights !
Proposed Resolution
Precise why we don't have ID for compressed interface ? is it useless in the version of the spec or in the implementation ?
Addition Info
No response