Skip to content

Commit

Permalink
Update help.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas authored Mar 19, 2024
1 parent 7b4b443 commit 827a51b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions etc/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <number_of_molecules_in_partition, hmetisPath> : Routability driven compilation flow. This proc accepts two optional arguments:
number_of_molecules_in_partition <int>: Average number of molecules in each cluster (default is 200).
hmetisPath <file> : The path to the hmetis executable (default is "~/bin/hmetis")

routability_flow <number_of_molecules_in_partition "200"> <congestion "medium | high"> <vpr_constraints_file ""> : 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_type> : Congestion driven compilation flow
"uniform" : For uniformely congested high utilization designs
"hotspot" : For hotspots of congestion in moderately utilized designs
Expand Down

0 comments on commit 827a51b

Please sign in to comment.