Skip to content

Commit 4252a46

Browse files
committed
openroad: remove filler and bondpad from LVS netlist
1 parent 356d95e commit 4252a46

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
@@ -292,7 +292,7 @@ report_metrics "${proj_name}.final"
292292

293293
utl::report "Write output"
294294
write_def out/${proj_name}.def
295-
write_verilog -include_pwr_gnd out/${proj_name}_lvs.v
295+
write_verilog -include_pwr_gnd -remove_cells "$stdfill bondpad" out/${proj_name}_lvs.v
296296
write_verilog out/${proj_name}.v
297297
write_db out/${proj_name}.odb
298298
write_sdc out/${proj_name}.sdc

0 commit comments

Comments
 (0)