Files
RePlAce/test/macro01.tcl
2020-02-19 13:48:46 -08:00

13 lines
287 B
Tcl

source helpers.tcl
set test_name macro01
read_lef ./nangate45.lef
read_lef ./bp_be_top_macro.lef
read_def ./$test_name.def
global_placement -density 0.7
set def_file [make_result_file $test_name.def]
write_def $def_file
diff_file $def_file $test_name.defok
source report_hpwl.tcl
exit