Skip to content

Commit 05ecf74

Browse files
committed
sync JOB_ID and CMD json keys order in server_mode/index.rst
1 parent 5d18602 commit 05ecf74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/vtr/server_mode/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Get critical path timing report example
5858
:linenos:
5959
6060
{
61-
"CMD": "0",
6261
"JOB_ID": "1",
62+
"CMD": "0",
6363
"OPTIONS": "int:path_num:1;string:path_type:setup;string:details_level:netlist;bool:is_flat_routing:0"
6464
}
6565
@@ -169,8 +169,8 @@ Draw selected critical path elements example
169169
:linenos:
170170
171171
{
172-
"CMD": "1",
173172
"JOB_ID": "2",
173+
"CMD": "1",
174174
"OPTIONS": "string:path_elements:0#10,11,12,13,14,15,20,21,22,23,24,25;string:high_light_mode:crit path flylines delays;bool:draw_path_contour:1"
175175
}
176176

0 commit comments

Comments
 (0)