-- CDPDPlotC400CMosA.cm
-- Created by: Christian Jacobi, October 23, 1985 12:21:39 pm PDT
-- Last Edited by: Christian Jacobi, June 10, 1987 6:11:39 pm PDT
-- gbb April 14, 1986 1:24:39 pm PST
-- Set up ChipNDale for color plotting cmos a on C400
CD &CommandFileDirectory
CDCMosA
Install CDPDPlot
← &d ← $CDxC400
← &b ← $CDxC400CMosAB
← &c ← $CDxC400CMosAC
← &m ← $CDxC400CMosAM
← &y ← $CDxC400CMosAY
← CDPDPlot.Start[$CMosA, &d, &b, &c, &m, &y, "cmos a, c400", TRUE]
← CDPDPlot.LayerNumber[0]
--combined
← CDPDPlot.Color8[&m, 16, 16, 16, 16, 16, 16, 255, 16]
← CDPDPlot.LayerNumber[1]
--highlight
← CDPDPlot.Color8[&c, 64, 64, 64, 64, 255, 64, 64, 64]
← CDPDPlot.LayerNumber[2]
--error
← CDPDPlot.Color8[&b, 32, 32, 255, 32, 32, 32, 32, 32]
← CDPDPlot.Color8[&m, 32, 32, 255, 32, 32, 32, 32, 32]
← CDPDPlot.Color8[&c, 32, 32, 255, 32, 32, 32, 32, 32]
← CDPDPlot.Color8[&y, 32, 32, 255, 32, 32, 32, 32, 32]
← CDPDPlot.LayerNumber[4]
← CDPDPlot.Color1[&b]
--
← CDPDPlot.Layer[$blue]
← CDPDPlot.Color4[&c, 6, 12, 9, 3]
← CDPDPlot.Layer[$red]
← CDPDPlot.Color4[&y, 9, 3, 6, 12]
← CDPDPlot.Color4[&m, 9, 3, 6, 12]
← CDPDPlot.Layer[$green]
← CDPDPlot.Color4[&c, 12, 9, 3, 6]
← CDPDPlot.Color4[&y, 12+1, 9, 3+4, 6]
← CDPDPlot.Layer[$yellow]
← CDPDPlot.Color4[&y, 15, 15, 15, 15]
--
← CDPDPlot.Layer[$ndif]
← CDPDPlot.Color4[&c, 12, 9, 3, 6]
← CDPDPlot.Color4[&y, 12+1, 9, 3+4, 6]
← CDPDPlot.Layer[$pwelCont]
← CDPDPlot.Color4[&c, 0, 6, 6, 0]
← CDPDPlot.Color4[&y, 0, 6, 6, 0]
← CDPDPlot.Layer[$nwelCont]
← CDPDPlot.Color8[&c, 51, 51, 102, 102, 204, 204, 153, 153]
← CDPDPlot.Color8[&y, 51, 51, 102, 102, 204, 204, 153, 153]
← CDPDPlot.Layer[$pol]
← CDPDPlot.Color4[&y, 9, 3, 6, 12]
← CDPDPlot.Color4[&m, 9, 3, 6, 12]
← CDPDPlot.Layer[$met]
← CDPDPlot.Color4[&c, 6, 12, 9, 3]
← CDPDPlot.Layer[$cut]
← CDPDPlot.Color4[&b, 15, 15, 15, 15]
← CDPDPlot.Color4[&c, 15, 15, 15, 15]
← CDPDPlot.Color4[&y, 15, 15, 15, 15]
← CDPDPlot.Color4[&m, 15, 15, 15, 15]
← CDPDPlot.Layer[$met2]
← CDPDPlot.Color8[&c, 24, 48, 96, 192, 129, 3, 6, 12]
← CDPDPlot.Layer[$cut2]
← CDPDPlot.Color4[&b, 3, 6, 12, 9]
← CDPDPlot.Color4[&c, 3, 6, 12, 9]
← CDPDPlot.Color4[&y, 3, 6, 12, 9]
← CDPDPlot.Color4[&m, 3, 6, 12, 9]
← CDPDPlot.Layer[$ovg]
← CDPDPlot.Color8[&c, 0, 48, 48, 252, 252, 48, 48, 0]
← CDPDPlot.Layer[$nwel]
← CDPDPlot.Color4[&y, 1, 2, 4, 8]
← CDPDPlot.Layer[$bur]
← CDPDPlot.Color8[&b, 0, 0, 0, 0, 0, 56, 56, 56]
← CDPDPlot.Color8[&c, 0, 0, 0, 0, 0, 56, 56, 56]
← CDPDPlot.Color8[&y, 0, 0, 0, 0, 0, 56, 56, 56]
← CDPDPlot.Color8[&m, 0, 0, 0, 0, 0, 56, 56, 56]
← CDPDPlot.Layer[$pdif ]
← CDPDPlot.Color4[&c, 12, 9, 3, 6]
← CDPDPlot.Color4[&y, 12, 9, 3, 6]
← CDPDPlot.Layer[$imp]
← CDPDPlot.Color4[&y, 15, 15, 15, 15]
← CDPDPlot.Layer[$pwel]
← CDPDPlot.Color8[&b, 0, 0, 8, 4, 0, 0, 0, 0]
← CDPDPlot.Color8[&c, 0, 0, 8, 4, 0, 0, 0, 0]
← CDPDPlot.Color8[&y, 0, 0, 8, 4, 0, 0, 0, 0]
← CDPDPlot.Color8[&m, 0, 0, 8, 4, 0, 0, 0, 0]
← CDPDPlot.End[]