Forum Discussion
Altera_Forum
Honored Contributor
11 years agoCompile Failed with recursively call by uclinux project
Hi, I got some problem of porting uclinux on de2-115 board. Top level entity name is uclinux.v i tried to compiling project, and have error. here is code, module uclinux( C...
Altera_Forum
Honored Contributor
11 years agoYou are recusivelly instantiating module inside a module because the top module has the same name as QSys module. I would suggest you change one of them.