vtr-verilog-to-routing
vtr-verilog-to-routing copied to clipboard
parse_vtr_flow doesn't follow documentation
When running parse_vtr_flow it prints out the result to the standard out of the terminal and no file is created. The documentation (https://docs.verilogtorouting.org/en/latest/vtr/parse_vtr_flow/) explicitally says:
The script will produce no standard output. A single file named
parse_results.txt
will be produced in the<parse_path>
folder.
Expected Behaviour
Current Behaviour
Possible Solution
Update the doc, or change the parse_vtr_flow
Steps to Reproduce
- run parse_vtr_flow
Context
Your Environment
- VTR revision used: github from around Dec.01.23
- Operating System and version: Arch Linux
- Compiler version: Python 3.11.5 / GNU Make 4.4.1