.. _parse_vtr_flow: parse_vtr_flow -------------- This script parses statistics generated by a single execution of the VTR flow. .. note:: If the user is using the :ref:`vtr_tasks` framework, :ref:`parse_vtr_task` should be used. The script is located at:: $VTR_ROOT/vtr_flow/scripts/python_libs/vtr/parse_vtr_flow.py .. program:: parse_vtr_flow.py Usage ~~~~~ Typical usage is:: parse_vtr_flow.py where: * ```` is the directory path that contains the files to be parsed (e.g. ``vpr.out``, ``parmys.out``, etc). * ```` is the path to the :ref:`vtr_parse_config` file. Output ~~~~~~ The script prints its results to standard output. No output file is created. The output is tab-delimited and contains two lines. The first line is a list of field names that were searched for, and the second line contains the associated values. To save the output to a file, redirect stdout:: parse_vtr_flow.py > parse_results.txt