In reply to Kuma:
Unfortunately, there is no way in SystemVerilog to compose an interface from a group of other interfaces. What looks like an array of instances is actually just a shortcut for declaring a set of individual instances.
In reply to Kuma:
Unfortunately, there is no way in SystemVerilog to compose an interface from a group of other interfaces. What looks like an array of instances is actually just a shortcut for declaring a set of individual instances.