- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trying to use BUP example from C5GT dev kit. I am software embedded engineer, so will appreciate simple answers.
Get below errors while trying to open c5gt_fpga_bup project with Quartus II 13.1.0.162: Info (125063): set_global_assignment -name FIT_ATTEMPTS_TO_SKIP 2 Info (125063): set_global_assignment -name FIT_ATTEMPTS_TO_SKIP 2 Info (125074): Specified assignment value "FIT_ATTEMPTS_TO_SKIP" must be an integer ranging from 0 to 0 What can i do to fix it?Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you sure you want to skip fit attempts? I think that flow has been deprecated.
For hard to route designs(which don't occur nearly as often as they did a long time ago), the fitter would realize it just couldn't route the design and then start another fit attempt. On this next attempt it would no longer worry about optimizing for performance and work almost solely on routability. Every once in a while it would do a third attempt. The end result was: - The compile times became ridiculous. What might take 2 hours to come back and say it couldn't fit, might run for 10-20 hours. - Quite often it still wouldn't fit, so you waste a lot of time waiting. - On the occasions this actually worked, the timing was so poor that the results were almost useless anyway. I believe that setting was supposed to tell the fitter to not even try the first to attempts, but jump straight to the third one. This would reduce the compile time if you knew the first two attempts wouldn't work anyway, but as mentioned, the result was generally useless. I would comment out that assignment and try a normal compile first. (And if you already know all that and know you need that setting to work, sorry for wasting your time...)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page