Skip to content

Commit 2c604bd

Browse files
committed
make format
1 parent 92f42a1 commit 2c604bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ void vpr_create_device(t_vpr_setup& vpr_setup, const t_arch& arch) {
465465
vpr_setup_noc(vpr_setup, arch);
466466

467467
if (vpr_setup.PlacerOpts.place_chan_width != NO_FIXED_CHANNEL_WIDTH) {
468-
// The RR graph built by this function should contain only the intra-cluster resources.
468+
// The RR graph built by this function should contain only the intra-cluster resources.
469469
// If the flat router is used, additional resources are added when routing begins.
470470
vpr_create_rr_graph(vpr_setup, arch, vpr_setup.PlacerOpts.place_chan_width, false);
471471
}

0 commit comments

Comments
 (0)