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
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
This looks like the key lemma that links between abstract/concrete states. Before looking at the code, I was expecting it'd establish more explicit relation between transitions. This would estalish more explicit correspondence between the abstract and concrete layer. For instance,
hafnium-verification/coq-verification/src/Concrete/Model.v
Line 79 in a500450
This looks like the key lemma that links between abstract/concrete states. Before looking at the code, I was expecting it'd establish more explicit relation between transitions. This would estalish more explicit correspondence between the abstract and concrete layer. For instance,
AbstractShare <-> api_share_memory(..., HF_MEMORY_SHARE, ...)
AbstractLend <-> api_lend_memory(..., HF_MEMORY_LEND, ...)
Have you considered this approach?
The text was updated successfully, but these errors were encountered: