Skip to content

Commit a4a4a42

Browse files
committed
Fix the compile error
1 parent a1d213e commit a4a4a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/base/constraints_load.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "region.h"
55
#include "partition.h"
66
#include "partition_region.h"
7-
#include "vpr_constraints.h"
7+
#include "user_place_constraints.h"
88
#include "vtr_vector.h"
99

1010
///@brief Used to print vpr's floorplanning constraints to an echo file "vpr_constraints.echo"

vpr/src/base/user_place_constraints.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ class UserPlaceConstraints {
112112
};
113113

114114
///@brief used to print floorplanning constraints data from a VprConstraints object
115-
void print_placement_constraints(FILE* fp, UserPlaceConstraints constraints);
115+
void print_placement_constraints(FILE* fp, const UserPlaceConstraints& constraints);
116116

117117
#endif /* USER_PLACE_CONSTRAINTS_H */

0 commit comments

Comments
 (0)