Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:netlist [2024/12/04 20:33] – [Netlist configuration options] rajit | config:netlist [2025/05/24 13:27] (current) – [Device generation and parameters] rajit | ||
---|---|---|---|
Line 6: | Line 6: | ||
< | < | ||
- | real lambda 0.03e-6 | + | real lambda 0.3e-6 |
</ | </ | ||
- | This is the scale factor used to convert to metric units from the dimensionless transistor sizes. This is normally set to F/2, where F is the feature size. | + | This is the scale factor used to convert to metric units from the dimensionless transistor sizes. This is normally set to F/2, where F is the feature size. In this example, we are assuming a 0.6 micron feature size. |
===== Device generation and parameters ===== | ===== Device generation and parameters ===== | ||
Line 97: | Line 96: | ||
real default_load_cap 0 | real default_load_cap 0 | ||
</ | </ | ||
- | This value (in fF) is added to a node whenever it appears on the RHS of a production rule (per subcircuit). This can be used to " | + | This value (in fF) is added to a node whenever it appears on the RHS of a production rule (per subcircuit). This can be used to " |
+ | < | ||
+ | int ignore_loadcap 0 | ||
+ | </ | ||
+ | Setting it to one will omit the capacitance devices. This option is set by '' | ||
< | < | ||
Line 129: | Line 132: | ||
- | ===== Transistor | + | ===== Transistor |
Line 141: | Line 144: | ||
string nfet_hvt | string nfet_hvt | ||
</ | </ | ||
- | The strings above are used for the device names for each transistor type. Note that the device type names are part of the technology-independent ACT configuration. | + | The strings above are used for the device names for each transistor type. Note that the device type names are part of the [[config: |
+ | |||
+ | There are a number of parameters that are passed to transistor models that determine the width and length of the device, among other parameters. These parameters have default values that are commonly used for most technologies, | ||
+ | |||
+ | < | ||
+ | begin fet_params | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | end | ||
+ | </ | ||
+ | For example, the width would be specified using '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
If the FET devices being used are floating-body SOI devices, then their spice representation is not of type " | If the FET devices being used are floating-body SOI devices, then their spice representation is not of type " |