File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ Graphics Options
119
119
.. option :: --graphics_commands <string >
120
120
121
121
A set of semi-colon seperated graphics commands.
122
+ Graphics commands must be surrounfed by quotation marks (e.g. --graphics_commands "save_graphics place.png;")
122
123
123
124
* save_graphics <file>
124
125
Saves graphics to the specified file (.png/.pdf/
@@ -152,14 +153,14 @@ Graphics Options
152
153
153
154
.. code-block :: none
154
155
155
- save_graphics place.png; \
156
+ " save_graphics place.png; \
156
157
set_nets 1; save_graphics nets1.png;\
157
158
set_nets 2; save_graphics nets2.png; set_nets 0;\
158
159
set_cpd 1; save_graphics cpd1.png; \
159
160
set_cpd 3; save_graphics cpd3.png; set_cpd 0; \
160
161
set_routing_util 5; save_graphics routing_util5.png; \
161
162
set_routing_util 0; \
162
- set_congestion 1; save_graphics congestion1.png;
163
+ set_congestion 1; save_graphics congestion1.png;"
163
164
164
165
The above toggles various graphics settings (e.g. drawing nets, drawing critical path) and then saves the results to .png files.
165
166
You can’t perform that action at this time.
0 commit comments