Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Yuki Imamura <lucasyuki@yahoo.com.br>
  • Loading branch information
LucasYuki committed Nov 25, 2024
1 parent 4745cf2 commit ea50ed0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/mpl/src/ParquetFP/src/CommandLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ class Command_Line
// clustering. if -9999 then use sqrt(#nodes)

// -----Annealer performance parameters next-----
float timeInit; // initial temperature default 30000
float timeCool; // cooling temperature default 0.01
float startTime; // default to timeInit
// (this is the time the area & WL are normalized to)
float reqdAR; // required Aspect Ratio of fixed outline
// default -9999(means no fixed outline
// desired)
float maxWS; // if fixed-outline then maximum whitespace
// acceptable
bool minWL; // whether HPWL minimization desired
float timeInit; // initial temperature default 30000
float timeCool; // cooling temperature default 0.01
float startTime; // default to timeInit
// (this is the time the area & WL are normalized to)
float reqdAR; // required Aspect Ratio of fixed outline
// default -9999(means no fixed outline
// desired)
float maxWS; // if fixed-outline then maximum whitespace
// acceptable
bool minWL; // whether HPWL minimization desired
float areaWeight; // weight for area minimization
float wireWeight; // weight for WL minimization

Expand Down
2 changes: 1 addition & 1 deletion src/mpl/src/ParquetFP/src/DB.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class DB

float evalHPWL(bool useWts,
bool scaleTerms); // assumes that placement is updated
float evalArea(void) const; // assumes that placement is updated
float evalArea(void) const; // assumes that placement is updated
float getXSize(void) const;
float getYSize(void) const;
float getAvgHeight(void) const;
Expand Down

0 comments on commit ea50ed0

Please sign in to comment.