Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI have been using MAX+plus II Advanced Synthesis to compile, as Altera site mentioned using it instead of MAX+plus II's own compiler. I did try compiling with the MAX+plus II compiler itself, which seems to have caused the problems, because I now got it working.
I recreated a project for ***_Ch9 in MAX+plus II (only kept the ***_chp.vhd file) and then compiled with MAX+plus II Advanced Synthesis and got NO errors. To prove MAX+plus II compiler caused the problem, I compiled with MAX+plus II compiler, and I got the error. I then compiled with MAX+plus II Advanced Synthesis and also got the error. So it seems that the MAX+plus II compiler causes the problem, and using MAX+plus II Advanced Synthesis afterwards does not "uncorrupt" the files created by the MAX+plus II compiler. NOTE: ***_Ch9 does not tell me it is an invalid name (*** short for Assignment). With regard to process sensitivity list: I thought that only input signals that will influence a change in the signal selection/condition is required, i.e. load, Dig_Col and Row; dg and data(which I should of left out based on my understanding) then in my opinion does not need to be included, do not influence IF statement conditions?? Thank you very much for the help