RAM Component

Stores the current input when triggered. Players will need to think logically when using the RAM component as there can be race conditions due to the delays of transferring signals
Vars | |
clear | Clears the current input |
---|---|
input_port | The input to store |
output | The current set value |
trigger | The trigger to store the current value of the input |
Var Details
clear

Clears the current input
input_port

The input to store
output

The current set value
trigger

The trigger to store the current value of the input