• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cif_template/H08-Apr-2020-6,7226,426

doc/H07-May-2022-8670

examples/H08-Apr-2020-26,53626,460

extract_template/H08-Apr-2020-1,3611,064

rules/H08-Apr-2020-1,2911,269

COPYRIGHTH A D08-Apr-20201.6 KiB3836

MakefileH A D15-Jan-20213.1 KiB10974

READMEH A D08-Apr-20204.5 KiB12488

gdsquery.tech.inH A D08-Apr-2020428 6043

minimum.tech.inH A D08-Apr-2020340 5639

mos.24bit.dstyleH A D08-Apr-202016.9 KiB435429

mos.24bit.std.cmapH A D08-Apr-20202 KiB7473

mos.7bit.dstyleH A D08-Apr-202018.4 KiB475469

mos.7bit.mraster.cmapH A D08-Apr-2020918 6665

mos.7bit.mraster_dstyleH A D08-Apr-20203 KiB8379

mos.7bit.sgi.cmapH A D08-Apr-2020789 6463

mos.7bit.std.cmapH A D08-Apr-20201.6 KiB7069

mos.OpenGL.dstyleH A D08-Apr-202014.4 KiB378372

mos.OpenGL.dstyle.markH A D08-Apr-202014.8 KiB366360

mos.OpenGL.std.cmapH A D08-Apr-20202.1 KiB7776

nmos.tech.inH A D18-Jan-202112.2 KiB474421

scmos.tech.inH A D08-Apr-2020108.4 KiB3,2572,789

README

1#######################################################################
2#                                                                     #
3#                    MOSIS distribution Version 8.2                   #
4#								      #
5# This is a version control header file for MOSIS's distribution of   #
6# Magic related technology files and system libraries....             #
7#								      #
8#      Modified by Jen-I Pi, MOSIS Project, USC/ISI    06/02/1995     #
9#      Please send bug reports/comments to mosis@mosis.edu :-)        #
10#								      #
11#######################################################################
12
13INTRODUCTION
14
15  This officail MOSIS SCMOS technology release consists a famaly of
16  SCMOS technology files for Magic version 6.4.4 (available from
17  anonymous FTP gatekeeper.dec.com):
18
19   * "scmos"      - standard SCMOS technology for MOSIS process with
20	            minimum feature length larger than 1.5 micron.
21		    ORBIT 2.0 micron analog, ORBIT 1.2 micron processes
22		    are supported.
23   * "scmos-tm"   - SCMOS technology with tighter metal spacing rules
24		    for metal1 and metal2.
25		    HP-CMOS34, HP-CMOS26B (lambda=0.5 micron) and
26		    HP-CMOS14B (lambda=0.35 micron) processes are
27		    supported.
28   * "scmos-sub"  - SCMOS technology for HP's sub-micron CMOS processes.
29		    HP-CMOS26G (lambda=0.40 micron) and CMOS14B
30		    (lambda=0.30 micron) processes are supported.
31   * "scmos-ibm"  - SCMOS technology for IBM CMSX-2185 process.
32                    (not supported anymore, but it's there in case...)
33
34  To invoke Magic with appropriate technology selection, you need to
35  use the '-T' command option. For example, the command
36
37     "magic -Tscmos-sub"
38
39  start Magic with "scmos-sub" designated for HP's submicron processes.
40
41  MOSIS's distribution of Magic technolofy file for SCMOS technology
42  now has CIFinput and CIFoutput section in templates so that it will
43  be easier to maintain. It also supports two layers, "open" and
44  "pstop" for micro-machined design fabrication in CMOS process as
45  described by Janet C. Marshall's paper in IEEE Circuit and Devices,
46  Vol. 8, N0. 6, 1992. this layer is now in a 'preliminary' stage.
47
48  Before installation, please read the file 'COPYRIGHT' for copyright
49  notice.
50
51INSTALLATION
52
53  Please install the latest release of Magic (version 6.4.4) available
54  from anonymous FTP gatekeeper.dec.com.
55
56  To generate all technology files, simply type
57
58     "make" if your are using Magic 6.4.x, or
59
60     "make version3" if your are using Magic 6.3.x
61
62  To install all technology files into the standard ~cad library, just type
63
64     "make install"
65
66  to you system (Unix) prompt. You might want to check the path for
67  standard ~cad/lib/magic/lib first before you do this...
68
69IRSIM PARAMETERS
70
71  Parameter files of various MOSIS supported process  for IRSIM
72  switch-level simulator can be found under the sub-directory
73  "irsim_parameters".
74
75DOCUMENTATION
76
77  Please read the file UPDATE for the lates update information...
78
79  In the doc subdirectory, you can find a preliminary PostScript file
80  for MOSIS's SCMOS Technology Manual. Warning: This manualscript is
81  in a very preliminary stage, if you have any problem with it don't
82  hesitate to discuss it further with me...(pi@isi.edu)
83
84EXAMPLE
85
86  In the 'examples' subdirectory, we have:
87
88  palette.mag - palette of all layers available in MOSIS's SCMOS tech-
89	nology". Turn your DRC off before viewing it!!
90
91  ccd.mag - An example of a buried channel CCD layout.
92
93  float_gate.mag - An example of a floating-gate device.
94
95  wellcap.mag - An example of layout of linear capacitors available
96	from SCNLC technology, i.e. HP's 1.2um process.
97
98  npn.mag - An example of a Bipolar NPN transistor layout. For ORBIT's
99	2um lower-noise Analog process.
100
101  large_npn.mag - A large NPN bipolar transistor consists of smalls
102	unit transistors.
103
104  all.mag - An example of part of the design rules... NOT Complete...
105
106  m3padframe.mag - A TinyChip padframe for HP's 1.0um process. Notice
107	that those m1 strip is required to complete a DRC free pad.
108	These pads use all three metal layers.
109
110  inf_source - An example of micromachined device fabrication. This
111        layout is a reproduction of Fig. 8 of Janet C. Marshall's
112	article titled "High Level Melds Micromachined Devices with
113	Foundries", IEEE Circuits and Devices, Vol. 8, No. 6, pp.
114	10-17, Nov. 1992. A complete NIST MEMS library is also
115        available from MOSIS's anonymous FTP archive.
116
117BUGs
118
119  send you bug report or suggestions to mosis@mosis.edu
120
121Jen-I Pi  ******  05/24/95
122The MOSIS Service, USC/ISI
123(310) 822-1511 x640
124