mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-28 05:29:44 +00:00
update comments at head of transdefs
This commit is contained in:
parent
acd7b0310e
commit
a316831100
@ -2,9 +2,16 @@
|
|||||||
* The format here is
|
* The format here is
|
||||||
* name
|
* name
|
||||||
* gate,c1,c2
|
* gate,c1,c2
|
||||||
* bb (absent) (bounding box: list of four ordinates)
|
* bb (nominal) (bounding box: xmin, xmax, ymin, ymax)
|
||||||
* geometry (absent) (unused) (list of 5 measurements of the transistor)
|
* geometry (absent) (unused) (length1, length2, width, #segments, area)
|
||||||
* weak (boolean) (marks weak transistors, whether pullups or pass gates)
|
* weak (boolean) (marks weak transistors, whether pullups or pass gates)
|
||||||
|
*
|
||||||
|
* Note: the geometry is of the MOSFET channel: the two lengths are
|
||||||
|
* the lengths of the two edges where the poly extends past the active
|
||||||
|
* area, which would normally be equal. The number of segments, which
|
||||||
|
* would be 1 for a rectangular channel, or 2 for an L shape, 3 for a Z
|
||||||
|
* or U, will allow for taking into account corner effects.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
var transdefs = [
|
var transdefs = [
|
||||||
['t1',1646,13,663,[545,575,2715,2745],[],false],
|
['t1',1646,13,663,[545,575,2715,2745],[],false],
|
||||||
|
Loading…
Reference in New Issue
Block a user