File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ int count_netlist_clocks();
28
28
* @brief Calculate the device utilization
29
29
*
30
30
* Calculate the device utilization (i.e. fraction of used grid tiles)
31
- * foor the specified grid and resource requirements
31
+ * for the specified grid and resource requirements
32
32
*/
33
33
float calculate_device_utilization (const DeviceGrid& grid, const std::map<t_logical_block_type_ptr, size_t >& instance_counts);
34
34
Original file line number Diff line number Diff line change @@ -385,6 +385,8 @@ bool vpr_flow(t_vpr_setup& vpr_setup, t_arch& arch) {
385
385
}
386
386
387
387
vpr_create_device (vpr_setup, arch);
388
+ // If packing is not skipped, cluster netlist contain valid information, so
389
+ // we can print the resource usage and device utilization
388
390
if (vpr_setup.PackerOpts .doPacking != STAGE_SKIP) {
389
391
float target_device_utilization = vpr_setup.PackerOpts .target_device_utilization ;
390
392
// Print the number of resources in netlist and number of resources available in architecture
You can’t perform that action at this time.
0 commit comments