We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35a77f commit 25185f3Copy full SHA for 25185f3
utils/fasm/test/test_fasm.cpp
@@ -192,7 +192,7 @@ static std::string get_pin_feature (size_t inode) {
192
// Get tile physical tile and the pin number
193
int ilow = rr_graph.node_xlow(RRNodeId(inode));
194
int jlow = rr_graph.node_ylow(RRNodeId(inode));
195
- int layer_num = rr_graph.node_layer(RRNodeId(inode));
+ int layer_num = rr_graph.node_layer_low(RRNodeId(inode));
196
auto physical_tile = device_ctx.grid.get_physical_type({ilow, jlow, layer_num});
197
int pin_num = rr_graph.node_pin_num(RRNodeId(inode));
198
0 commit comments