Mohamed Kassem | 7a3f478 | 2020-10-27 12:31:18 -0700 | [diff] [blame] | 1 | lef read $::env(PDKPATH)/libs.ref/techLEF/scs8hd/scs8hd_tech.lef |
2 | set macro_mags "openram_tc_core.mag" | ||||
3 | |||||
4 | # lef read ../lef/sram_1rw1r_32_256_8_sky130_lp1.lef | ||||
5 | |||||
6 | foreach ff $macro_mags { drc off; after 500; load $ff -dereference; select top cell; property LEFview TRUE } | ||||
7 | |||||
8 | load openram_tc_1kb -dereference | ||||
9 | |||||
10 | select top cell | ||||
11 | extract do local | ||||
12 | extract | ||||
13 | ext2spice lvs | ||||
14 | ext2spice openram_tc_1kb.ext | ||||
15 | feedback save extract.tcl.log | ||||
16 | exit |