Skip to content
Snippets Groups Projects
Commit c31eb7e5 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix link to orc11 sources

parent 654c9f39
No related branches found
No related tags found
No related merge requests found
Pipeline #110017 passed
......@@ -34,7 +34,7 @@ CPU cores.
ORC11 provides an operational version of [RC11] without SC accesses and SC fences,
and with a race detector for non-atomics.
In [thread.v](orc11/thread.v), the definition of the semantics
In [thread.v](gpfsl/orc11/thread.v), the definition of the semantics
is decomposed into 3 relations `lbl_machine_step`, `drf_pre`, and `drf_post`.
`lbl_machine_step` concerns the main semantics of views, while `drf_pre` and
`drf_post` implement the race detector (Section 5.1 of the RBrlx paper).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment