We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad9bb0 commit 7ba303fCopy full SHA for 7ba303f
src/com/xilinx/fpga24_routing_contest/DcpToFPGAIF.java
@@ -45,6 +45,7 @@ public static void main(String[] args) throws IOException {
45
if (altSource == null) {
46
altSource = DesignTools.getLegalAlternativeOutputPin(net);
47
if (altSource != null) {
48
+ net.addPin(altSource);
49
// Commit this pin to the SiteInst
50
altSource.getSiteInst().addPin(altSource);
51
DesignTools.routeAlternativeOutputSitePin(net, altSource);
0 commit comments