We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d213e commit a4a4a42Copy full SHA for a4a4a42
vpr/src/base/constraints_load.h
@@ -4,7 +4,7 @@
4
#include "region.h"
5
#include "partition.h"
6
#include "partition_region.h"
7
-#include "vpr_constraints.h"
+#include "user_place_constraints.h"
8
#include "vtr_vector.h"
9
10
///@brief Used to print vpr's floorplanning constraints to an echo file "vpr_constraints.echo"
vpr/src/base/user_place_constraints.h
@@ -112,6 +112,6 @@ class UserPlaceConstraints {
112
};
113
114
///@brief used to print floorplanning constraints data from a VprConstraints object
115
-void print_placement_constraints(FILE* fp, UserPlaceConstraints constraints);
+void print_placement_constraints(FILE* fp, const UserPlaceConstraints& constraints);
116
117
#endif /* USER_PLACE_CONSTRAINTS_H */
0 commit comments