From 827a51b01ad390e21d28d667f73ac10c0dcf2b32 Mon Sep 17 00:00:00 2001 From: alaindargelas <63669492+alaindargelas@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:40:41 -0700 Subject: [PATCH] Update help.txt --- etc/help.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/help.txt b/etc/help.txt index 8e90a5af..8e3069a7 100644 --- a/etc/help.txt +++ b/etc/help.txt @@ -221,10 +221,11 @@ timing_flow <"default" | "analytic"> : Timing driven compilation flow. This proc "analytic" : Use timing-driven analytic placement as initial placement. The result is then passed through the simulated annealing (SA) placer. "default" : Uses VPR's default initial placer (default) -routability_flow : Routability driven compilation flow. This proc accepts two optional arguments: - number_of_molecules_in_partition : Average number of molecules in each cluster (default is 200). - hmetisPath : The path to the hmetis executable (default is "~/bin/hmetis") - +routability_flow : Routability driven compilation flow. This proc accepts three optional arguments: + - number_of_molecules_in_partition: Average number of molecules in each cluster (default is 200). + - congestion: medium, high + - initial VPR placement constraints file + congestion_flow : Congestion driven compilation flow "uniform" : For uniformely congested high utilization designs "hotspot" : For hotspots of congestion in moderately utilized designs