add comment

This commit is contained in:
Yehowshua Immanuel 2024-03-20 02:52:44 -04:00
parent 423ea6142e
commit 83f78d1c3d

View file

@ -80,6 +80,8 @@ module mkSim(Empty);
init_C_functions <= True;
endrule
// implicit true - should always fire - effective making
// a loopback
rule core_char_device_o;
write_char_to_terminal(core.get_char);
endrule