File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ void ShowSetup(const t_vpr_setup& vpr_setup) {
30
30
VTR_LOG (" Circuit placement file: %s\n " , vpr_setup.FileNameOpts .PlaceFile .c_str ());
31
31
VTR_LOG (" Circuit routing file: %s\n " , vpr_setup.FileNameOpts .RouteFile .c_str ());
32
32
VTR_LOG (" Circuit SDC file: %s\n " , vpr_setup.Timing .SDCFile .c_str ());
33
- if (vpr_setup.FileNameOpts .read_vpr_constraints_file == " " ) {
34
- VTR_LOG (" Vpr floorplanning constraints file: not specified %s \n " );
33
+ if (vpr_setup.FileNameOpts .read_vpr_constraints_file . empty () ) {
34
+ VTR_LOG (" Vpr floorplanning constraints file: not specified\n " );
35
35
} else {
36
36
VTR_LOG (" Vpr floorplanning constraints file: %s\n " , vpr_setup.FileNameOpts .read_vpr_constraints_file .c_str ());
37
37
}
You can’t perform that action at this time.
0 commit comments