diff options
Diffstat (limited to 'common/placer1.h')
-rw-r--r-- | common/placer1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer1.h b/common/placer1.h index 1356db3e..e803d592 100644 --- a/common/placer1.h +++ b/common/placer1.h @@ -34,6 +34,7 @@ struct Placer1Cfg int timingFanoutThresh; bool timing_driven; int slack_redist_iter; + int hpwl_scale_x, hpwl_scale_y; }; extern bool placer1(Context *ctx, Placer1Cfg cfg); |