Skip to content

Commit 5181cb6

Browse files
committed
fixed a typo
1 parent 400b7d7 commit 5181cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/base/SetupVPR.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void SetupVPR(const t_options* options,
230230
"Architecture contains no top-level block type containing '.output' models");
231231
}
232232

233-
segments = arch->segments;
233+
segments = arch->Segments;
234234

235235
SetupSwitches(*arch, routingArch, arch->Switches, arch->num_switches);
236236
SetupRoutingArch(*arch, routingArch);
@@ -334,7 +334,7 @@ void SetupVPR(const t_options* options,
334334
echo_pb_graph(getEchoFileName(E_ECHO_PB_GRAPH));
335335
}
336336

337-
*graphPause = options->graphPause;
337+
*graphPause = options->GraphPause;
338338

339339
*showGraphics = options->show_graphics;
340340

0 commit comments

Comments
 (0)