Skip to content

Commit 2663cc8

Browse files
MahshadJvaughnbetz
authored andcommitted
Update debug_aids.rst
1 parent e2c22fa commit 2663cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/vpr/debug_aids.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can also find the variables’ list in the Advanced Settings Window, on the
7575
* from_block: in every placer move one or more blocks are relocated. from_block specifies the first block that is relocated in every move; and a breakpoint of this type stops the program when the first block moved is the one indicated by the user. This breakpoint can be enabled through the entry field on the main debugger window or using an expression.
7676
* Ex. from_block == 83
7777
* in_blocks_affected: this variable allows you to stop after your specified block was moved. Unlike "from_block" which only checks the first block relocated in every move, in_blocks_affected looks through all the blocks whose locations were changed by that move. This breakpoint can only be enabled through the use of an expression.
78-
* Ex. in_blocks_affected == 1
78+
* Ex. in_blocks_affected == 83
7979

8080
**Router Variables**
8181

0 commit comments

Comments
 (0)