Chapter 10: The JELIB and DELIB File Format
plug
10-2: Header
10-2-3: Technologies
plug


All technologies used in the library must be in the header. The other reason for a technology declaration to exist is if the technology has preferences stored on it. If there are multiple technology lines, they are sorted by technology name. The syntax is:

T<name> [ | <variable> ]*
<name>the name of the technology.
<variable>a list of preferences on the technology (stored as variables, see Section 10-4-1).

Examples:

    Tmocmos
Declares that there should be a technology called "mocmos".

    Tmocmos|ScaleFORmocmos()D200
Declares the technology "mocmos" and also creates a project setting on that technology object called "ScaleFORmocmos" which is a double-precision value equal to 200.


Prev Previous     Contents Table of Contents     Next Next