open_pdks icon indicating copy to clipboard operation
open_pdks copied to clipboard

Device Width and Fingers in mos generator seems incorrect.

Open christoph-weiser opened this issue 1 year ago • 4 comments

Problem

The way magic generates mos devices is not respecting the Fingers field. It should divide the total Width by Fingers to give the correct width of each individual finger. The total width of the device should still be what was typed in the Width field.

Implications

The problem is that this bug renders magics SPICE import function unusable without modifying the netlist manually before importing.

Example

The input to the generator: image

This is the layout generated: image

christoph-weiser avatar Nov 08 '24 17:11 christoph-weiser