Skip to content

Commit fa683da

Browse files
authored
Merge pull request #1621 from tangxifan/rr_graph_node_side_patch
Node Sides Patch to Show All the Sides that a RR Node may Appear
2 parents 9aa3396 + 66b7e76 commit fa683da

File tree

15 files changed

+671
-48
lines changed

15 files changed

+671
-48
lines changed

libs/libvtrcapnproto/gen/rr_graph_uxsdcxx.capnp

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# https://github.com/duck2/uxsdcxx
33
# Modify only if your build process doesn't involve regenerating this file.
44
#
5-
# Cmdline: uxsdcxx/uxsdcap.py /home/kmurray/trees/vtr/vpr/src/route/rr_graph.xsd
6-
# Input file: /home/kmurray/trees/vtr/vpr/src/route/rr_graph.xsd
7-
# md5sum of input file: 40e83d2ea6556761d4e29f21324b1871
5+
# Cmdline: uxsdcxx/uxsdcap.py /research/ece/lnis/USERS/tang/github/vtr-verilog-to-routing/vpr/src/route/rr_graph.xsd
6+
# Input file: /research/ece/lnis/USERS/tang/github/vtr-verilog-to-routing/vpr/src/route/rr_graph.xsd
7+
# md5sum of input file: cd57d47fc9dfa62c7030397ca759217e
88

9-
@0xb803100e76d3342d;
9+
@0xe4650d345d47589d;
1010
using Cxx = import "/capnp/c++.capnp";
1111
$Cxx.namespace("ucap");
1212

@@ -49,6 +49,17 @@ enum LocSide {
4949
right @2;
5050
top @3;
5151
bottom @4;
52+
rightLeft @5;
53+
rightBottom @6;
54+
rightBottomLeft @7;
55+
topRight @8;
56+
topBottom @9;
57+
topLeft @10;
58+
topRightBottom @11;
59+
topRightLeft @12;
60+
topBottomLeft @13;
61+
topRightBottomLeft @14;
62+
bottomLeft @15;
5263
}
5364

5465
struct Channel {

vpr/src/route/gen/rr_graph_uxsdcxx.h

Lines changed: 229 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vpr/src/route/gen/rr_graph_uxsdcxx_capnp.h

Lines changed: 47 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)