CIVL prgamas
- assumption
#pragma CIVL $assume EXPRESSION;
e.g.
#pragma CIVL $assume NPROCS > 1 && NPROCS < 6;
- input/output variable
#pragma CIVL $input/$output TYPE NAME;
e.g:
#pragma CIVL $input int NBLOCKS; int NBLOCKS = 5;
The pragma tells the transformer to make NBLOCKS an input variable and ignore the initialization expression
5
Last modified
12 years ago
Last modified on 07/29/14 14:05:05
Note:
See TracWiki
for help on using the wiki.
