Skip to content

Commit 25185f3

Browse files
fix compilation error in test_fasm
1 parent c35a77f commit 25185f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fasm/test/test_fasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static std::string get_pin_feature (size_t inode) {
192192
// Get tile physical tile and the pin number
193193
int ilow = rr_graph.node_xlow(RRNodeId(inode));
194194
int jlow = rr_graph.node_ylow(RRNodeId(inode));
195-
int layer_num = rr_graph.node_layer(RRNodeId(inode));
195+
int layer_num = rr_graph.node_layer_low(RRNodeId(inode));
196196
auto physical_tile = device_ctx.grid.get_physical_type({ilow, jlow, layer_num});
197197
int pin_num = rr_graph.node_pin_num(RRNodeId(inode));
198198

0 commit comments

Comments
 (0)