Skip to content
Discussion options

You must be logged in to vote

Can you elaborate on:

I still can't access the unrouted/partially routed net!

please? If you do Design.getNet("<net name>"), does the net come up? If it does, does it have all the SitePinInst objects you expect associated with it?

Note that Design.readCheckpoint() may not cause all SitePinInst objects to be created, and so there may not be anything to update. You may want to try add the following lines to perform a more complete analysis:

Design design = Design.readCheckpoint("your.dcp");
DesignTools.makePhysNetNamesConsistent(design);
DesignTools.createMissingSitePinInsts(design);

Also, what version of Vivado are you using?

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@coherent17
Comment options

@clavin-xlnx
Comment options

@coherent17
Comment options

@eddieh-xlnx
Comment options

Answer selected by coherent17
@coherent17
Comment options

@coherent17
Comment options

@clavin-xlnx
Comment options

@coherent17
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants