James_B
Contributor
4 years agoSystemVerilog Cast Syntax in Quartus 20.1
Platform: Windows 10, Quartus 20.1 Standard
I have a design in which I used the SystemVerilog cast operators, and synthesis failed:
However, when I revert to old style cast operators, the design does compile as shown below:
So I take it that the modern SystemVerilog cast operators do not work, at least on Windows? Can someone at Intel confirm?
Thanks,
James
It appears that Quartus does not support SystemVerilog modports, and also is not planning on supporting VHDL 2019 interfaces which support view. Thus, any struct(SystemVerilog) or record(VHDL) must have all members as either in or out direction when using them on a portlist, that is my conclusion to all of this.