Axi4StreamPacket constructor
- required LogicValue data,
- LogicValue? strb,
- LogicValue? keep,
- LogicValue? user,
- LogicValue? id,
- LogicValue? dest,
Creates a new packet.
Implementation
Axi4StreamPacket({
required this.data,
this.strb,
this.keep,
this.user,
this.id,
this.dest,
});