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 above command will generate an output file in the run directory that contains all the place and route metrics. This is a txt file with a name which matches the
53
+
- The above command will generate an output file in the run directory that contains all the place and route metrics. This is a txt file with a name which matches
52
54
the flows file provided. So for the command shown above the output file is 'mlp_1.txt'
53
55
54
56
Special benchmarks:
@@ -64,8 +66,14 @@ Running the benchmarks:
64
66
of the NoC routers needs to be locked. A
65
67
- To run a single instance of this benchmark, pass in the following command line parameter and its value to the command shown above:
- All synthetic benchmarks can be run as VTR tasks. Example tasks are provided in vtr_flow/tasks/noc_qor
74
+
- Instructions on how to run VTR tasks to measure QoR for NoC benchmarks in available in VTR Developer Guide.
75
+
- Link to VTR Developer Guide: https://docs.verilogtorouting.org/en/latest/README.developers/#example-noc-benchmarks-qor-measurements
76
+
69
77
Expected run time:
70
78
- These benchmarks are quite large so the maximum expected run time for a single run is a few hours
71
79
- To speed up the run time with multiple VPR runs the thread count can be increased from 1. Set thread count equal to number seeds for fastest run time.
- The above command will generate an output file in the run directory that contains all the place and route metrics. This is a txt file with a name which matches the
45
-
the flows file provided. So for the command shown above the outout file is 'complex_2_noc_1D_chain.txt'
47
+
flows file provided. So for the command shown above the output file is 'complex_2_noc_1D_chain.txt'
48
+
49
+
Running VTR tasks:
50
+
- All synthetic benchmarks can be run as VTR tasks. Example tasks are provided in vtr_flow/tasks/noc_qor
51
+
- Instructions on how to run VTR tasks to measure QoR for NoC benchmarks in available in VTR Developer Guide.
52
+
- Link to VTR Developer Guide: https://docs.verilogtorouting.org/en/latest/README.developers/#example-noc-benchmarks-qor-measurements
46
53
47
54
Expected run time:
48
55
- These benchmarks are quite small so the maximum expected run time for a single run is ~30 minutes
0 commit comments