aryap
11/30/2020, 7:29 PMnetgen -batch lvs
, it consumes 200 GB of ram and gets killedtnt
11/30/2020, 7:32 PMWarning: Cell sky130_fd_sc_hd__decap_8 has no pins
Note: Implicit pin (no pins)
aryap
11/30/2020, 7:55 PMtnt
11/30/2020, 7:56 PMaryap
11/30/2020, 7:58 PMtnt
11/30/2020, 7:59 PMaryap
11/30/2020, 8:02 PMtnt
11/30/2020, 8:03 PMwrite_powered_verilog
not being called as a result.aryap
11/30/2020, 8:03 PMif { $::env(DIODE_INSERTION_STRATEGY) == 2 } {
run_antenna_check
heal_antenna_violators; # modifies the routed DEF
}
if { $::env(LVS_INSERT_POWER_PINS) } {
write_powered_verilog
set_netlist $::env(lvs_result_file_tag).powered.v
}
appears in the non-interactive set of commands in flow.tcl
but not the interactive onetnt
11/30/2020, 8:07 PMflow.tcl
... and so I needed to update my interactive.tcl
accordingly ...aryap
11/30/2020, 8:37 PM