File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,9 @@ def noc_test_command_line_parser(prog=None):
7575 """
7676 Runs VPR placer on one or more NoC benchmark designs.
7777 Runs VPR multiple times on each circuit and collects
78- placement statistics. Each VPR run will use a different
79- value for the the NoC placement weighting. The objective
80- is the identify an appropriate default NoC weighting
81- value.
78+ placement & routing metrics. Each run will use a
79+ different seed (random initialization) and the averaged values over all runs
80+ are provided.
8281 """
8382 )
8483 epilog = textwrap .dedent (
@@ -88,11 +87,14 @@ def noc_test_command_line_parser(prog=None):
8887
8988 Run the NoC driven placement on a design located at
9089 ./noc_test_circuits (design should be in .blif format).
91- Where we want to see the NoC weighting go from 0-100
92- at intervals of 1:
90+ Where we want to run 5 seeds (5 seperate runs)
91+ using 3 threads (running 3 seperate runs of VPR in parallel).
92+ For more information on all options run program with '-help'
93+ parameter.
9394
9495 %(prog)s -tests_folder_location ./noc_test_cricuits
95- -max_weighting 100 -interval 1
96+ -flow_file <path_to_flows_file> -arch_file
97+ <path_to_arch_file> -number_of_seeds 5 -number_of_threads 3
9698
9799 """
98100 )
You can’t perform that action at this time.
0 commit comments