Forum Discussion
Altera_Forum
Honored Contributor
16 years agoP.S.
Since I mentioned it, I tried using the modport name in the generic.. Module MyMod ( interface.Destination if_par ); endmodule This actually works.. It would require that at elaboration time any interface supplied to "if_par" would have to have a modort named "Destination", with any items referenced by if_par.. This is pretty cool, and very powerful.