Files
RePlAce/test/incremental01.tcl
2020-03-06 01:11:02 -08:00

10 lines
260 B
Tcl

source helpers.tcl
set test_name incremental01
read_lef ./nangate45.lef
read_def ./$test_name.def
global_placement -init_density_penalty 0.1 -incremental
set def_file [make_result_file $test_name.def]
write_def $def_file
diff_file $def_file $test_name.defok