minor code format
This commit is contained in:
parent
dd4f83a374
commit
62276f9e28
|
@ -89,7 +89,9 @@ void rec_build_vpr_pb_graph_interconnect_physical_type_annotation(t_pb_graph_nod
|
|||
}
|
||||
VTR_LOGV(verbose_output,
|
||||
"Infer physical type '%s' of interconnect '%s' (was '%s')\n",
|
||||
INTERCONNECT_TYPE_STRING[interc_physical_type], interc->name, INTERCONNECT_TYPE_STRING[interc->type]);
|
||||
INTERCONNECT_TYPE_STRING[interc_physical_type],
|
||||
interc->name,
|
||||
INTERCONNECT_TYPE_STRING[interc->type]);
|
||||
vpr_device_annotation.add_interconnect_physical_type(interc, interc_physical_type);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue