Components¶
montiarc.lang¶
-
Delays all inputs by one tick.
-
Time synchronous version of the delay component.
-
Converts an event stream into a synchronous stream by discarding all events following the first received one.
-
Converts an event stream into a synchronous stream by discarding all events except the last received one.
-
Sends a signal once the received duration has elapsed.
-
Sends a signal once the constant duration has elapsed. Receives only a start signal.
montiarc.lang.logic¶
A large library of logic gate components for circuit and gate modeling.
montiarc.lang.math¶
A library of synchronous math functions for integer and long values.
montiarc.lang.string¶
-
Function component emitting the input converted to string.
-
Time-synchronous chartAt function component. Takes in a string and an index and emits the char at the index or
defaultif the index is out of range.