Skip to content

Commit

Permalink
Add test for Xilinx#701
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx committed Jun 13, 2023
1 parent 9d25e84 commit 74ed97f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/RapidWrightDCP
Submodule RapidWrightDCP updated 1 files
+ bug701.dcp
10 changes: 10 additions & 0 deletions test/src/com/xilinx/rapidwright/rwroute/TestRWRoute.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,14 @@ public void testRWRouteDeviceSupport(Series series) {
break;
}
}

@Test
public void testBug701() {
Design design = RapidWrightDCP.loadDCP("bug701.dcp");

RWRoute.routeDesignFullNonTimingDriven(design);

assertVivadoFullyRouted(design);
}

}

0 comments on commit 74ed97f

Please sign in to comment.