Altera_Forum
Honored Contributor
17 years agoProblem during synthesization
I tried to synthesize my design in Quartus II version 8.0. During the synthesization, the error is:
Error (10394): VHDL error at zpu_core.vhd(874): left bound of range must be a constant When i clicked this, the following is highlighted: stackA(7 downto 0) <= unsigned(mem_read(((wordBytes-1-to_integer(stackA(byteBits-1 downto 0)))*8+7) downto (wordBytes-1-to_integer(stackA(byteBits-1 downto 0)))*8)); When i synthesize my design in Mentor Graphic HDL Designer, this is no problem at all. Maybe the Quartus that i'm using need to configured correctly?? Anyone has idea on this??? Thx