Currently Bus class supports modport interfaces as long as a name is not provided.
To allow empty names it must be passed as None.
Current implementations of AvalonST and AvalonSTPkt don't default name = None on the initialization losing this possibility.
It could be the same for AXI and Wishbone but haven't checked.
Currently Bus class supports modport interfaces as long as a name is not provided.
To allow empty names it must be passed as
None.Current implementations of AvalonST and AvalonSTPkt don't default
name = Noneon the initialization losing this possibility.It could be the same for AXI and Wishbone but haven't checked.