Forum Discussion
Kocsonya
New Contributor
6 days agoPossible Quartus 24.1 bug?
Here is the code: interface myif #( parameter int W = 1 )(); typedef struct packed { logic [W-1:0] x; } MYSTRUCT; MYSTRUCT s; modport src ( output s ); modport dst ( input s ); ...
ZiYingE_Altera
Occasional Contributor
2 hours agoHi Kocsonya,
Could you please share the full Quartus warning/error message that is being reported?
In the meantime, could you also try compiling the design with the latest Quartus version 26.1 and let us know whether the behavior is still reproducible?
If the issue persists in Quartus 26.1, would it be possible to share a minimal reproducible test case?
Thank you.
Regards,
ZiYingE_Altera