Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx committed Jul 21, 2023
1 parent ae7887b commit 499b98c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ private void readRouteBranch(Set<Wire> stubWires,
}
case SITE_P_I_P:{
PhysSitePIP.Reader spReader = segment.getSitePIP();
SiteInst siteInst = getOrCreatePlacedSiteInst(spReader.getSite(), et);
SiteInst siteInst = getOrCreatePlacedSiteInst(spReader.getSite(), net);
BELPin belPin = getBELPin(siteInst, spReader.getBel(), spReader.getPin());
SitePIP sitePIP = siteInst.getSitePIP(belPin);
addSitePIPToSiteInst(sitePIP, siteInst);
Expand Down

0 comments on commit 499b98c

Please sign in to comment.