-
Notifications
You must be signed in to change notification settings - Fork 1
Generating input
Matt Windsor edited this page Sep 12, 2018
·
3 revisions
act
expects, as input, a directory of memalloy comparator C output. Specifically, it wants the following:
- a
C/
directory containing*.c
files; - a
litmus/
directory containing, for eachX.c
in the above, a correspondingX.litmus
.
Recent versions of the dev
branch of memalloy
produce the format act
needs. An example invocation that gives useful output is ./comparator -arch C -violates models/c11_lahav.cat -satisfies models/c11_normws.cat -events 4 -iter
.