Skip to content

Commit

Permalink
Update golden values
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
  • Loading branch information
eddieh-xlnx committed Nov 15, 2024
1 parent 5d6aca4 commit 9447f3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ public void testRouteStaticNet() {

GlobalSignalRouting.routeStaticNet(gndPins, (n) -> getNodeState(design, NetType.GND, n), design, routeThruHelper);
gndPins = gndNet.getPins();
Assertions.assertEquals(857, gndPins.stream().filter((spi) -> spi.isOutPin()).count());
Assertions.assertEquals(737, gndPins.stream().filter((spi) -> spi.isOutPin()).count());
Assertions.assertEquals(19010, gndPins.stream().filter((spi) -> !spi.isOutPin()).count());
Assertions.assertEquals(33201, gndNet.getPIPs().size());
Assertions.assertEquals(33429, gndNet.getPIPs().size());

GlobalSignalRouting.routeStaticNet(vccPins, (n) -> getNodeState(design, NetType.VCC, n), design, routeThruHelper);
vccPins = vccNet.getPins();
Expand Down

0 comments on commit 9447f3f

Please sign in to comment.