vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
Ability to act as a server using a socket communication link, handle critical path list requests, and highlight certain critical path requests
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
- [ ] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [ ] My change requires a change to the documentation
- [ ] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [ ] All new and existing tests passed
Thanks for developing what looks like a great new feature.
- Please remove the OpenFPGA tilable rr-graph files from the PR; we should focus on the GUI here.
- Add end user documentation (document the command line option, and this feature in the graphics section (probably a new tab).
- We should have Doxygen comments on the server etc. code (which I think you already have) and add the resulting hyperlinked documentation to read the docs, probably under VPR API. There is guidance on how to do that in the VTR Developer Guide (it's a short amount of code to write once you have the Doxygen comments, and the Guide tells you where to write it).
Superseded by #2526.