Matt Venn
05/16/2024, 12:49 PMMatt Venn
05/16/2024, 12:50 PMMatt Venn
05/16/2024, 12:50 PMChristoph Maier
05/16/2024, 1:42 PMtop.sch
totally confuse me,
but if (sorry, big IF) the underlying resistor models are accurate,
a test schematic where you just copy&paste those resistors in should give you something to play with and find answers.Tim Edwards
05/16/2024, 1:46 PMxhigh
only when I have to create really big resistors like 1 megaohm or larger. The res_high
resistor has better matching and is generally better to use.Christoph Maier
05/16/2024, 1:48 PMTim Edwards
05/16/2024, 1:52 PMres_high
and res_xhigh
resistors are always available (or maybe it's more accurate to say that you always pay for them, as I assume that they would not run a completely blank mask through the process).Matt Venn
05/16/2024, 2:25 PMMatt Venn
05/16/2024, 2:25 PMTim Edwards
05/16/2024, 2:26 PMres_high
and row four is res_xhigh
and they have the appropriate resistances.Tim Edwards
05/16/2024, 2:28 PMChristoph Maier
05/16/2024, 2:30 PMTim Edwards
05/16/2024, 3:15 PMff
, fs
, tt
, etc.), resistor and capacitor corners are treated independently (hl
, lh
, ll
, etc.). For mismatch, there are resistor and capacitor mismatch corners (.lib sky130.lib.spice hl_mm
, for example) as well as the basic corners (.lib sky130.lib.spice hh
, for example). However, the corners are defined only for devices and you should also extract with the corresponding corners. Magic has corner styles for extraction to get the parasitics corresponding to the low or high corners.Luis Henrique Rodovalho
05/16/2024, 5:00 PM