Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

Error: Project too complex: hierarchy path is too long

Altera_Forum
Honored Contributor II
4,881 Views

hi, 

i have created my custom instruction hardware and created a nios system, system generation was successful but the Quartus II compilation (after system generation) was unsuccessful with displaying an error message as 

"Error: Project too complex: hierarchy path is too long". 

so please let me know the solution as soon as possible. 

 

thanking u in advance
0 Kudos
9 Replies
Altera_Forum
Honored Contributor II
3,388 Views

Try making the hierarchy path shorter.

0 Kudos
Altera_Forum
Honored Contributor II
3,388 Views

 

--- Quote Start ---  

Try making the hierarchy path shorter. 

--- Quote End ---  

 

You can give more clarification because I have almost the same problem :confused:
0 Kudos
Altera_Forum
Honored Contributor II
3,388 Views

If I get it right, you can break down your combinational path into chunks, so along the way, the data is registered. What is happening is that you're expecting the device to do lots of work in one clock cycle, which is apparently not able to!

0 Kudos
Altera_Forum
Honored Contributor II
3,388 Views

I have the feeling that kitgath is a spam link posting spider robot. 

 

Basically save your project is a directory path with less letters and it should be fine. 

 

In example: 

Use: 

C:\Project\Custom Nios 

 

Instead of: 

c:\users\john\Documents\projects\schooll projects\2010 Mai\good one\FPGA\Altera Quartus\Tests\I hope this one works\Custom Nios
0 Kudos
Altera_Forum
Honored Contributor II
3,388 Views

I recently came across this cryptic error when I had a module within a module that had the same name. It took another pair of eyes to realize my problem. 

If you see this error, be sure to check the naming of your modules for duplicates.
Altera_Forum
Honored Contributor II
3,388 Views

This is a Windows* OS/file system issue.The cause is directory paths on the drive is longer than 255 characters (including spaces).There's a lot of additional softwares which can fix this problem like Long Path Tool. 

PathTooDeep.com  

Long Path Tool can simplify and probably end your problems in unlocking, managing and renaming files that appear to have a long filename. 

I hope that it will help you!  

Good luck!  

Cheers!
0 Kudos
Altera_Forum
Honored Contributor II
3,388 Views

I accidentally was naming my qsys project the same as the top level module

 

It produced the same error. 

 

Example: 

module some_name 

//ports 

); 

 

some_name u0(//connections); 

 

endmodule
0 Kudos
Juan_Miller
Beginner
3,388 Views

Have you tried 'long path tool'?

it's very helpful for me.

0 Kudos
Juan_Miller
Beginner
3,371 Views

Use "Long Path This very useful if you are having problems
in deleting, unlocking, copying and even renaming files, also very easy.

0 Kudos
Reply