e53c32f802
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
control simple(int x, int y) {
|
|
action a(inout bool aa, int ax, inout bool ay) {
|
|
aa = false;
|
|
}
|
|
table t {
|
|
key = {
|
|
x: exact;
|
|
y: exact;
|
|
}
|
|
}
|
|
apply {
|
|
}
|
|
};
|