What this component does is similar to MultiToggle but is for Buffs being provided to the part. I would like it to have the same boolean logic and maybe with Min and Max value checks. Maybe this actually requires two different components.
However, the difference and reason for its existence is the output is either: it works as trigger or it sets a certain toggle to true. Not sure about how to turn the toggle off again but this function is needed, too.
The function I want to achieve is only one signal (FIFO) can take effect (under conditions). So maybe it should be a "switch...case" type of component where you define the case and what it does, namely setting a toggle on and off.