ReadyValidInterface<LogicType extends Logic> constructor
- LogicType data
Creates a ReadyValidInterface with the given data.
Implementation
ReadyValidInterface(this.data)
: super(
portsFromProvider: [data, Logic.port('valid')],
portsFromConsumer: [Logic.port('ready')],
);