Commit f31d2222 by sakundu

Updated script to generate def from CT macroplacement

Signed-off-by: sakundu <sakundu@ucsd.edu>
parent 24dfc1f5
...@@ -58,6 +58,8 @@ if {[info exist ::env(pb_netlist)] && ...@@ -58,6 +58,8 @@ if {[info exist ::env(pb_netlist)] &&
"macro_place.tcl" $origin_x $origin_y "macro_place.tcl" $origin_x $origin_y
} }
source macro_place.tcl
if { [info exist ::env(run_refine_macro_place)] && $::env(run_refine_macro_place) == 1 } { if { [info exist ::env(run_refine_macro_place)] && $::env(run_refine_macro_place) == 1 } {
dbset [dbget top.insts.cell.subClass block -p2 ].pStatus placed dbset [dbget top.insts.cell.subClass block -p2 ].pStatus placed
refine_macro_place refine_macro_place
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment