diff --git a/src/com/xilinx/fpga24_routing_contest/DcpToFPGAIF.java b/src/com/xilinx/fpga24_routing_contest/DcpToFPGAIF.java index a120c3a..e90be54 100644 --- a/src/com/xilinx/fpga24_routing_contest/DcpToFPGAIF.java +++ b/src/com/xilinx/fpga24_routing_contest/DcpToFPGAIF.java @@ -45,6 +45,7 @@ public static void main(String[] args) throws IOException { if (altSource == null) { altSource = DesignTools.getLegalAlternativeOutputPin(net); if (altSource != null) { + net.addPin(altSource); // Commit this pin to the SiteInst altSource.getSiteInst().addPin(altSource); DesignTools.routeAlternativeOutputSitePin(net, altSource);