Skip to content

Commit

Permalink
Update CUFR.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieh-xlnx authored May 21, 2024
1 parent d833e17 commit da11d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/xilinx/fpga24_routing_contest/CUFR.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ public static void main(String[] args) throws IOException {

// Optionally, allow RWRoute to perform LUT pin swapping such that all LUT input sinks
// are considered to be equivalent
//routerArgs.add("--lutPinSwapping");
routerArgs.add("--lutPinSwapping");

// Optionally, allow RWRoute to consider LUT routethrus, where unused LUT resources
// (subject to a number of constraints) can be repurposed as an additional routing
// resource
//routerArgs.add("--lutRoutethru");
routerArgs.add("--lutRoutethru");

// Primarily for testing purposes
if (System.getenv().getOrDefault("RWROUTE_FORCE_LUT_PINSWAPPING", "false").equals("true")) {
Expand Down

0 comments on commit da11d94

Please sign in to comment.