Forum Discussion
Altera_Forum
Honored Contributor
8 years agoProblem to include ALTASMI_PARALLEL to Cyclone III project.
I'm trying to include ALTASMI_PARALLEL in Cyclone III project. Mega Wizard generated the following code
LIBRARY ieee;
USE ieee.std_logic_1164.all;
LIBRARY altera_mf;
USE altera_mf.all;
ENTIT...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- shift_bytes input is not present in your component entity but present in your component instanciation --- Quote End --- I removed the shift_bytes input - still the same problem.