Why would you want to merge them?
Interface Segregation Principle
Separation of Concerns
If you must bundle them together, why not wrap them in a module or nest them in another SV interface representing a higher level of abstraction?
Why would you want to merge them?
Interface Segregation Principle
Separation of Concerns
If you must bundle them together, why not wrap them in a module or nest them in another SV interface representing a higher level of abstraction?