File tree Expand file tree Collapse file tree 5 files changed +508
-507
lines changed Expand file tree Collapse file tree 5 files changed +508
-507
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Cmdline: uxsdcxx/uxsdcap.py rr_graph.xsd
6
6
# Input file: rr_graph.xsd
7
- # md5sum of input file: d9e439fa173fdf56b51feeed0ac48272
7
+ # md5sum of input file: bea3923ac9822e94db96d5d9d15e18c6
8
8
9
- @0xa90e1cca7f71265c ;
9
+ @0xf281a101eeb2a247 ;
10
10
using Cxx = import "/capnp/c++. capnp" ;
11
11
$Cxx.namespace("ucap" );
12
12
@@ -138,18 +138,6 @@ struct BlockTypes {
138
138
blockTypes @0 :List(BlockType) ;
139
139
}
140
140
141
- struct ConnectionBoxDeclaration {
142
- id @0 :UInt32 ;
143
- name @1 :Text ;
144
- }
145
-
146
- struct ConnectionBoxes {
147
- numBoxes @0 :UInt32 ;
148
- xDim @1 :UInt32 ;
149
- yDim @2 :UInt32 ;
150
- connectionBoxes @3 :List(ConnectionBoxDeclaration) ;
151
- }
152
-
153
141
struct GridLoc {
154
142
blockTypeId @0 :Int32 ;
155
143
heightOffset @1 :Int32 ;
@@ -229,6 +217,18 @@ struct RrEdges {
229
217
edges @0 :List(Edge) ;
230
218
}
231
219
220
+ struct ConnectionBoxDeclaration {
221
+ id @0 :UInt32 ;
222
+ name @1 :Text ;
223
+ }
224
+
225
+ struct ConnectionBoxes {
226
+ numBoxes @0 :UInt32 ;
227
+ xDim @1 :UInt32 ;
228
+ yDim @2 :UInt32 ;
229
+ connectionBoxes @3 :List(ConnectionBoxDeclaration) ;
230
+ }
231
+
232
232
struct RrGraph {
233
233
toolComment @0 :Text ;
234
234
toolName @1 :Text ;
@@ -237,8 +237,8 @@ struct RrGraph {
237
237
switches @4 :Switches ;
238
238
segments @5 :Segments ;
239
239
blockTypes @6 :BlockTypes ;
240
- connectionBoxes @7 :ConnectionBoxes ;
241
- grid @8 :GridLocs ;
242
- rrNodes @9 :RrNodes ;
243
- rrEdges @10 :RrEdges ;
240
+ grid @7 :GridLocs ;
241
+ rrNodes @8 :RrNodes ;
242
+ rrEdges @9 :RrEdges ;
243
+ connectionBoxes @10 :ConnectionBoxes ;
244
244
}
You can’t perform that action at this time.
0 commit comments