Skip to content

Commit 3484443

Browse files
fix compilation error in route_diag by passing det_routing_arch argument by reference instead of pointer
1 parent 56be337 commit 3484443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/route_diag/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ int main(int argc, const char **argv) {
292292

293293
alloc_routing_structs(chan_width,
294294
vpr_setup.RouterOpts,
295-
&vpr_setup.RoutingArch,
295+
vpr_setup.RoutingArch,
296296
vpr_setup.Segments,
297297
Arch.directs,
298298
is_flat);

0 commit comments

Comments
 (0)