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, ...
- 4 years ago
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.