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 --- There are detailed error messages above this line. Look for the first red line in the compilation report or click the "Show error messages" filter. You are obviously ignoring some requirements for the component, review the manual thoroughly. --- Quote End --- You are right. But I don't know how to deal with the errors. What should I do wit this? ASSERT (CBXI_PARAMETER != "NOTHING") REPORT "Valid clear box generator not found or Errors encountered during clear box generation" Oh, I found the problem - it should be page_size => 1, in Single byte write mode. What mode is better to use - Single byte write or Page write?