You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subdirectory ``regression_tests/vtr_reg_basic`` contains tests that are to be run before each commit. They check for basic functionallity to make sure nothing was extremely out of order. This command runs the VTR flow on a set of circuits and a single architecture.
20
+
The subdirectory ``regression_tests/vtr_reg_basic`` contains tests that are to be run before each commit. They check for basic functionality to make sure nothing was extremely out of order. This command runs the VTR flow on a set of circuits and a single architecture.
21
21
The files generated from the run are stored in ``basic_no_timing/run[#]`` where ``[#]`` is the number of runs you have done.
22
-
If this is your first time running the flow, the results will be stored in basic_no_timing/run001.
23
-
When the script completes, enter the following command:
This parses out the information of the VTR run and outputs the results in a text file called ``run[#]/parse_results.txt``.
22
+
If this is your first time running the flow, the results will be stored in basic_no_timing/run001. The command parses out the information of the VTR run and outputs the results in a text file called ``run[#]/parse_results.txt``.
30
23
31
24
More info on how to run the flow on multiple circuits and architectures along with different options later.
32
25
Before that, we need to ensure that the run that you have done works.
0 commit comments