Skip to content

Commit b3b3084

Browse files
authored
Merge pull request #2719 from w0lek/master
add chapter "IPA Client for Testing VPR Server Mode Functionality" to a server_mode/index.rst
2 parents 78e0fa9 + 0f01afd commit b3b3084

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,6 +1879,8 @@ The following options are used to enable server mode in VPR.
18791879

18801880
**Default:** ``60555``
18811881

1882+
.. seealso:: :ref:`interactive_path_analysis_client`
1883+
18821884
Command-line Auto Completion
18831885
----------------------------
18841886

doc/src/vtr/server_mode/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,19 @@ Draw selected critical path elements example
202202
203203
.. note:: If status is not 1, the field ***DATA*** contains error string.
204204

205+
`The interactive path analysis (IPA) client <https://github.com/w0lek/IPAClient>`_ is useful for viewing timing paths, and to test VPR's server mode functionality.
205206

207+
.. _interactive_path_analysis_client:
208+
209+
Interactive Path Analysis Client (IPA)
210+
====================================================
211+
212+
The interactive path analysis (IPA) client connects to VPR's server mode and allows interactive visualization of timing paths and their placement and routing. This client application is called **IPAClient** and can also be used to test VPR's server mode functionality. It is available in a public Git repository:
213+
`https://github.com/w0lek/IPAClient <https://github.com/w0lek/IPAClient>`_.
214+
215+
This UI application is designed to generate requests for VPR in server mode and display the responses in a readable format, acting as a result viewer.
216+
217+
More details on how to build and use **IPAClient** can be found in the `README <https://github.com/w0lek/IPAClient/blob/main/README.md>`_.
206218

207219

208220

0 commit comments

Comments
 (0)