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

RVWMO support via Sail concurrency interface #458

Merged
merged 1 commit into from
May 20, 2024

Commits on Apr 30, 2024

  1. Adapt memory builtins for Sail concurrency interface

    Sail has for a while now had a flexible way of passing additional information
    to either operational or axiomatic concurrency models by instantiating outcomes
    (effects) with model-specific types. The set of possible outcomes is defined
    in the Sail library, and a subset of these can be instantiated by any model.
    
    As part of adapting the model to this newer concurrency interface, the
    riscv_analysis file is no-longer needed, so it has been removed.
    Alasdair committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    59447f0 View commit details
    Browse the repository at this point in the history