Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSoC Cyclone V example design : error->hierarchical path is too long
Hello Friends, I have altera SoC Cyclone V Board, and i am trying to understand the board using its gsrd located at "altera/Q13.1/embedded/example/hardware" . this design example is came along...
Altera_Forum
Honored Contributor
12 years agoI recreated this on my side. I'm not sure how this happened but it's a valid error because when I look at the heirarchy it's ghrd_top --> soc_system:soc_inst --> ghrd_top --> etc... (just keeps repeating).
The issue seems to be the top level file instantiates soc_system which then instantiates the top level file which causes this vicious looping to occur. Did you modify the project since it looks like a human caused this and not the tools?