You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vpr/src/analytical_place/ap_flow_enums.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ enum class e_ap_partial_legalizer {
39
39
* enum can select between these different Full Legalizers.
40
40
*/
41
41
enumclasse_ap_full_legalizer {
42
-
Naive, ///< The Naive Full Legalizer, which clusters atoms placed in the same tile and tries to place them in that tile according to the flat placement.
43
-
APPack, ///< The APPack Full Legalizer, which uses the flat placement to improve the Packer and Placer.
44
-
Basic_Min_Disturbance///< The Basic Min. Disturbance Full Legalizer, which tries to reconstruct a clustered placement that is as close to the incoming flat placement as it can.
42
+
Naive, ///< The Naive Full Legalizer, which clusters atoms placed in the same tile and tries to place them in that tile according to the flat placement.
43
+
APPack, ///< The APPack Full Legalizer, which uses the flat placement to improve the Packer and Placer.
44
+
FlatRecon///< The Flat Placement Reconstruction Full Legalizer, which tries to reconstruct a clustered placement (or the in-memory global placement) that is as close to the incoming flat placement as it can.
0 commit comments