You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vpr/command_line_usage.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1824,6 +1824,27 @@ The following options are used to enable power estimation in VPR.
1824
1824
1825
1825
Instructions on generating this file are provided in :ref:`power_estimation`.
1826
1826
1827
+
Server Mode Options
1828
+
^^^^^^^^^^^^^^^^^^^^^^^^
1829
+
1830
+
If VPR is in server mode, it listens on a socket for commands from a client. Currently, this is used to enable interactive timing analysis and visualization of timing paths in the VPR UI under the control of a separate client.
1831
+
1832
+
The following options are used to enable server mode in VPR.
1833
+
1834
+
.. seealso:: :ref:`server_mode` for more details.
1835
+
1836
+
.. option:: --server
1837
+
1838
+
Run in server mode. Accept single client application connection and respond to client requests
0 commit comments