I've attempting to intergrate a encryption core into my design and have written a wrapper to do this.
I've come into issues however with routing:
Error: [fail_to_route]: Router fails. Shorts = 1430. Open nets = 0.
Are there any tricks that may help to route this design? I'm really inexperianced with HDL and I may have done soemthing silly which is causing this?
I do get another warning which could be something to do with it:
Warning: The following nets were assigned to global quadrant locations and contribute to high logic utilization within their quadrants: CLK_c (Location: UPPER_LEFT) Such high-utilization assignments can sometimes lead to increased routing congestion.
I think i'm correct in saying that enabling incremental routing/multiple passes can help this? but 1430 shorts is probably too many for this to help??
Any ideas/tips will be very much apreciated,
Regards, Mike
added: What are the most common pitfalls for newbies? I can't help but feel I may be suffering the results of one and the CORE usage of my design is only 53% and I cannot route.