You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed this. The only difference is the interface - both will output a particular value with a "triggered" status when you either call setValue() or trigger().
ControlValue also responds to forceNewOutput but I want to phase that out when I refactor the synthesis context stuff.
Maybe ControlTrigger just wraps ControlValue_ but the output value is limited to 1 when it's triggered and 0 when it's not?
The text was updated successfully, but these errors were encountered:
Sounds good. I like the clarity of the name ControlTrigger, and the trigger method, but see that's it's totally redundant. I'd be ok with just removing it if you felt that's the way to go, but I'm inclined to keep the class, just turn it in to a wrapper as you suggest.
I just noticed this. The only difference is the interface - both will output a particular value with a "triggered" status when you either call
setValue()
ortrigger()
.ControlValue
also responds toforceNewOutput
but I want to phase that out when I refactor the synthesis context stuff.Maybe
ControlTrigger
just wrapsControlValue_
but the output value is limited to 1 when it's triggered and 0 when it's not?The text was updated successfully, but these errors were encountered: