Jake Ke
06/01/2022, 2:53 AMlef read inputs/adk/rtk-tech.lef
lef read inputs/adk/stdcells.lef
gds noduplicates true
gds order true
1. Do we need the above lines for proper spice extraction?
2. If so, is it okay to filter all fill and tap cell mismatches?Mitch Bailey
06/01/2022, 2:07 PMverilog/gl
includes the fill and tap cells so LVS should match that netlist if you're extracting lef.
If you're extracting gds, the fill and tap cells will be ignored if you export MAGIC_EXT_USE_GDS=1
in the shell or set ::env(MAGIC_EXT_USE_GDS) 1
in the config.tcl
file.Tim Edwards
06/02/2022, 3:13 AMJake Ke
06/02/2022, 7:16 AM