gyuunyuu
Contributor
6 years agoDoes Quartus support VHDL external names in synthesis code?
I am using Quartus Prime 18.0 Standard Edition. I have changed the Quartus settings to use VHDL 2008.
I have a line of code to access a signal buried inside the design at top level.
The design simply does not compile with it at all.
alias HSOT_ENABLE is <<signal WS_I.u0.host_interface_0.LAYER_7.ENABLE_STORED(0) : std_logic>>; I keep getting this error:
Error (10500): VHDL syntax error at TOP_LEVEL.vhd(275) near text "<"; expecting an identifier, or a string literal
Are VHDL external names supposed to synthesize in Quartus?