From bbd8196e8a9de49337b123facf1906ffdbd33cb6 Mon Sep 17 00:00:00 2001 From: Mingyu Woo Date: Fri, 27 Mar 2020 14:59:18 -0700 Subject: [PATCH] Update TclCommands.md --- doc/TclCommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TclCommands.md b/doc/TclCommands.md index 7e8f587..efd978e 100644 --- a/doc/TclCommands.md +++ b/doc/TclCommands.md @@ -19,7 +19,7 @@ global_placement ## Flow Control * __skip_initial_place__ : Skip the initial placement (BiCGSTAB solving) before Nesterov placement. IP improves HPWL by ~5% on large designs. -* __incremental__ : Enable the incremental global placement. Users would need to tune other parameters with the pre-placed solutions. +* __incremental__ : Enable the incremental global placement. Users would need to tune other parameters (e.g. init_density_penalty) with the pre-placed solutions. ## Tuning Parameters * __bin_grid_count__ : Set bin grid's count manually. Default: Defined by internal algorithm. [64,128,256,512,..., int]