-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End user documentation for Interactive Path Analysis Tool (VPR server mode) #2560
End user documentation for Interactive Path Analysis Tool (VPR server mode) #2560
Conversation
…n doxygen. add some code comment, start filling server.rst
…due to it's return structure changed
…g& type, int crit_path_num, e_timing_report_detail details_level, bool is_flat_routing);
…der::construct_from_body
…st possible cmd values
@w0lek Please be aware that every time you push to this branch it is independently calling the CI. So, from this morning alone you have called the CI 10 times which are all running in parallel. I recommend making a set of commits and pushing when you intend on having the code tested and reviewed. |
@AlexandreSinger sorry about that. |
@w0lek I completely understand your issue. I have a PR currently waiting to be merged which will resolve this issue: #2589 This PR will cancel previous runs on branches where the CI is called again. If you were to raise a branch on your own fork and push to that branch it should not call the CI on our side anymore. Thank you for your understanding! |
… DATA nad STATUS fields
update calc_critical_path doc
@vaughnbetz thank you for the review! i have corrected all review tasks. |
Thanks @w0lek ! Have a great and well-deserved vacation :). |
Description
End user documentation for Interactive Path Analysis Tool (VPR server mode).
Motivation and Context
Allows maintaining and enhancing the Server mode feature for other developers by providing end-user documentation, API documentation, etc.
How Has This Been Tested?
cd doc && make html
reviewing result index.html
Types of changes