libtrellis: Don't skip ECLK & DQS wires

Signed-off-by: David Shah <dave@ds0.me>
diff --git a/libtrellis/src/RoutingGraph.cpp b/libtrellis/src/RoutingGraph.cpp
index 2f1b39d..728a9bd 100644
--- a/libtrellis/src/RoutingGraph.cpp
+++ b/libtrellis/src/RoutingGraph.cpp
@@ -62,8 +62,6 @@
             return RoutingId();
         }
     }
-    if (stripped_name.find("BNK_") == 0 || stripped_name.find("DQSG_") == 0) // Not yet implemented
-        return RoutingId();
     // Workaround for PCSA/B sharing tile dbs
     if (col >= 69) {
         size_t pcsa_pos = stripped_name.find("PCSA");