 |
|
|
|
|
|
|
|
|
|
|
|
|
SVUG Community Forum
|
|
| Author |
Messages |
|
David
Posts:9
 |
| 05/20/2008 2:35 PM |
|
Can an interface declaration contain an interface instance (of another interface) ?
if I undertand correctly, the LRM Formal Syntax annex allows for an interface to be instantiated inside another interface e.g.
interface a_if; ... // signal items endinterface
interface b_if; a_if intf_inst(); ... endinterface
Assuming this is correct, is it valid to include the intf_inst as an item of a modport? or do I need to list intf_inst signals one by one in a modport declaration?
Thanks,
David
|
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
|
|

|
|
|
|
|
|
|
|
|
|
 |
|