02-26-2014 01:29 PM
I have a current design that I want to keep its exact routing. When I add more circuits to this design, it changes the routing of the original design, even though the new circuitry does not effect the original design.
when I use UCF constraints to constrain the original design to the updated design, many nets are changed and the design will not map.
How would I go about this problem?
02-26-2014 01:30 PM
r,
Why do you care? What problem are you trying to solve?
02-26-2014 03:03 PM
It sounds like the design coming out of synthesis no longer matches the UCF constraints leading to errors. You can get around this by applying the constraints in the RTL so that the resulting names no longer matter. I could give a more specific answer if you told us what constraints you are using and what errors you are seeing. I would also like to know what problem you are trying to solve with this approach.
02-26-2014 07:33 PM
03-03-2014 08:37 PM
I'm using a phase detector with state machine with a 65ps windows that needs dedicated routing
03-03-2014 08:39 PM
bwade,
that is just what I was looking for.
Thanks
03-03-2014 08:41 PM
smarell,
This document will be great for bigger projects.
Thanks