Forum Discussion
BLee15
Occasional Contributor
7 years agoIs Quartus Prime really support VHDL 2008?
According to "Intel Quartus Prime Support for VHDL 2008" (https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#hdl/vhdl/vhdl_list_2008_vhdl_support.htm), Quartus suppor...
BLee15
Occasional Contributor
7 years ago- changing a, b, r to std_logic also returns error.
- Only boolean <= STD_ULOGIC_VECTOR ?= STD_ULOGIC_VECTOR compiles without error; all of the following combination returns error:
- STD_LOGIC <= STD_LOGIC_VECTOR ?= STD_LOGIC_VECTOR
- STD_ULOGIC <= STD_LOGIC_VECTOR ?= STD_LOGIC_VECTOR
- boolean <= STD_LOGIC_VECTOR ?= STD_LOGIC_VECTOR
- STD_LOGIC <= STD_ULOGIC_VECTOR ?= STD_ULOGIC_VECTOR
- STD_ULOGIC <= STD_ULOGIC_VECTOR ?= STD_ULOGIC_VECTOR