Varun Majji
02/17/2021, 11:34 AMTim Edwards
02/17/2021, 2:22 PMVarun Majji
02/20/2021, 7:06 AMVarun Majji
02/20/2021, 7:06 AMVarun Majji
02/20/2021, 3:07 PMTom
02/20/2021, 5:16 PMmehdi
02/25/2021, 1:17 AMTim Edwards
02/25/2021, 1:22 AMmehdi
02/25/2021, 1:25 AMTim Edwards
02/25/2021, 1:31 AMmehdi
02/25/2021, 1:39 AMWeston Braun
02/25/2021, 6:46 PMTim Edwards
02/26/2021, 3:14 PMBryce Readyhough
02/26/2021, 6:08 PMWeston Braun
02/26/2021, 7:37 PMWeston Braun
02/26/2021, 7:39 PMWeston Braun
02/26/2021, 7:39 PMStefan Schippers
02/26/2021, 9:53 PMdevices/bsource.sym
component where you can specify an arbitrary equation for voltage or current. Another example is the devices/switch_ngspice.sym
that models an ideal switch. VerilogA primitives could easily be created and placed in a schematic and should link to some compiled verilogA code. I have not done specific tests on ngspice, i did that in the past on Hspice.Weston Braun
03/02/2021, 5:07 AMWeston Braun
03/02/2021, 5:07 AMTim Edwards
03/02/2021, 1:48 PMmehdi
03/02/2021, 3:01 PMTrevor Clarke
03/02/2021, 4:53 PMwenbo
03/02/2021, 7:18 PMFlattening unmatched subcell *
in the beginning, is this an expected behavior? Also, I found the sky130_fd_sc_hd__conb_1/short
resistors in sky130_fd_sc_hd.spice
have three ports, while the sky130_fd_pr__res_generic_po
resistors extracted from magic only have two ports, which is causing an LVS issue in my case. I have attached my files below. My magic version is 8.3.134 and the open_pdk version is 1.0.134. Thanks in advance!Tim Edwards
03/02/2021, 8:01 PMshort
to type sky130_fd_pr__res_generic_po
and have the third terminal removed. I believe this is the case with all of the standard cell libraries. I think that's the only issue with running LVS in your design. Since your "tempsenseInst_lvsmag.spice" file is a flattened netlist, then yes, it is expected behavior for netgen to flatten all of the standard cells in 6_final.spice since none of those exist in tempsenseInst_lvsmag.spice. If you want a full hierarchical comparison from netgen, then you need to generate a full hierarchical netlist from magic.wenbo
03/02/2021, 9:09 PMwenbo
03/02/2021, 11:29 PMw=550000u l=1.05e+06u
and it causes a mismatch. According to some previous messages, should I use .option scale
to solve this issue? ThanksTim Edwards
03/03/2021, 2:41 AMwenbo
03/03/2021, 2:53 AMw=0.70 l=0.50
, while the extracted version is w=700000u l=500000u
, I think that is the cause of the mismatch. The same thing happens in the SLC.spice (another custom cell). I have modified the sizing to match with magic's output, I also changed tran's name from mMN0
to xMn0
. Now these mismatch issues are gone.Tim Edwards
03/03/2021, 2:58 AM