6 lines
228 B
Text
6 lines
228 B
Text
state:RAM_State # <- must repeat elements from LHS that we refer to
|
|
|
|
in_signal:RAM_Signal {
|
|
# If the signal is already equal to the state, the NAC holds:
|
|
RAM_x = `get_value(this) == get_slot_value(matched('state'), 'x')`;
|
|
}
|