A Signal represents a immutable message that is provided to a chip when it activates,
as well as when it terminates.
A signal has a name and an optional map of strings to data.
Because Signal is an interface, it cannot be created with new.
Instead, call makeSignal() to create one.
A
Signalrepresents a immutable message that is provided to a chip when it activates, as well as when it terminates. A signal has anameand an optional map of strings to data.Because Signal is an interface, it cannot be created with
new. Instead, callmakeSignal()to create one.