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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,6 @@
16
16
enumclasse_ap_full_legalizer {
17
17
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.
18
18
APPack, ///< The APPack Full Legalizer, which uses the flat placement to improve the Packer and Placer.
19
-
Basic_Min_Disturbance///< The Basic Min. Disturbance Full Legalizer, which uses flat placement and tries to reconstruct clusters identically. The method for handling orphan clusters has not yet been determined.
19
+
Basic_Min_Disturbance///< The Basic Min. Disturbance Full Legalizer, which tries to reconstruct a clustered placement as close to the incoming flat placement as it can.
"Controls which Full Legalizer to use in the AP Flow.\n"
1793
1793
" * naive: Use a Naive Full Legalizer which will try to create clusters exactly where their atoms are placed.\n"
1794
1794
" * appack: Use APPack, which takes the Packer in VPR and uses the flat atom placement to create better clusters.\n"
1795
-
" * basic_min_disturbance: Use The Basic Min. Disturbance Full Legalizer which uses flat placement to reconstruct clusters identically, but the orphan cluster handling method is yet to be determined.")
1795
+
" * basic-min-disturbance: Use the Basic Min. Disturbance Full Legalizer which tries to reconstruct a clustered placement as close to the incoming flat placement as it can.\n")
0 commit comments