Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Remember that Quartus only allows a specific subset of the language, as it must map to a real design. Interfaces are usually self contained from a real point of view, and should not contain another interface. SV is a very broad language that mostly covers verification. Quartus only supports the following: http://quartushelp.altera.com/14.1/mergedprojects/hdl/vlog/vlog_list_sys_vlog.htm --- Quote End --- Well,It is so pity that Quartus don't support some feature such as modports,modport expression, for they can provide a good way to hide some feature that we don't want module to access. It is very useful in developing between many developers. But, in the limitation provided by the page,I still not found that the interface instantiated within interface is not supported:( . Have I missed anything?