Skip to content

Commit e925413

Browse files
author
Hong Pang
committed
[Openroad] Remove filler cells when writing lvs netlist
1 parent 17495a6 commit e925413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openroad/scripts/chip.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ global_connect
281281
report_image "${proj_name}.final" true true false true
282282
utl::report "Write output"
283283
write_def out/${proj_name}.def
284-
write_verilog -include_pwr_gnd out/${proj_name}_lvs.v
284+
write_verilog -include_pwr_gnd -remove_cells $stdfill out/${proj_name}_lvs.v
285285
write_verilog out/${proj_name}.v
286286
write_db out/${proj_name}.odb
287287
write_sdc out/${proj_name}.sdc

0 commit comments

Comments
 (0)