Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI answer the question 3 post before.
the 'if' statement means that if GMM_PIPES is "not" defined, your compiler include gmmpipe.v. once gmmpipe.v is included, this file will not be included anymore, because GMM_PIPES is defined in gmmpipe.v and you say that you didn't find gmmpipe module inside of gmmpipe.v. did you check other files? if you have *.v files on same directory of project-itself, whole files are read by QuartusII.