Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi,
The error is because of the signal declaration. Provide individual signal declaration like,signal d1, d2, d3, d4, d5, t1 : std_logic;
signal a1 : std_logic_vector(7 downto 0);
signal i1 : std_logic_vector(31 downto 0);
Best Regards Vikas Jathar Intel Customer Support – Engineering (Under Contract to Intel)