Skip to content

Commit dc0b320

Browse files
committed
openroad: remove filler and bondpad from LVS netlist
1 parent d675ee3 commit dc0b320

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
@@ -343,7 +343,7 @@ report_metrics "${log_id_str}_${proj_name}.final"
343343

344344
utl::report "Write output"
345345
write_def out/${proj_name}.def
346-
write_verilog -include_pwr_gnd out/${proj_name}_lvs.v
346+
write_verilog -include_pwr_gnd -remove_cells "$stdfill bondpad" out/${proj_name}_lvs.v
347347
write_verilog out/${proj_name}.v
348348
write_db out/${proj_name}.odb
349349
write_sdc out/${proj_name}.sdc

0 commit comments

Comments
 (0)