Skip to content

Commit da7b7f1

Browse files
committed
fix a typo
1 parent 06decaf commit da7b7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/vpr_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ enum class e_place_delta_delay_algorithm {
11441144
*
11451145
*/
11461146
struct t_placer_opts {
1147-
string initial_place_file;
1147+
std::string initial_place_file;
11481148
t_place_algorithm place_algorithm;
11491149
t_place_algorithm place_quench_algorithm;
11501150
float timing_tradeoff;

0 commit comments

Comments
 (0)