Altera_Forum
Honored Contributor
13 years agoEXT Function Error
I've used the following line of code in Xilinx with no issue, but now Quartus is flagging this as an error. The error is shown below.
--error Error (10779): VHDL error at addr.vhd(609): expression is not constant --code... sum_azp_azpos_scale <= EXT( sum_azp_azpos_comp(15 downto (CONV_INTEGER(az_scale_fact1))), 16); I'm using the following packages. --packages library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.STD_LOGIC_MISC.ALL; use IEEE.NUMERIC_BIT.ALL; Any suggestions?