Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:netlist [2022/05/19 12:51] – [Transistor device names] 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 the scale factor used to convert to metric units from the dimensionless transistor sizes. |
- | + | ===== Device | |
- | ===== Transistor | + | |
< | < | ||
Line 45: | Line 44: | ||
int fold_nfet_width 0 | int fold_nfet_width 0 | ||
</ | </ | ||
- | This is used as a width threshold to trigger folding of transistors (0 = no folding). Extra fingers are automatically generated with this option. The parameter specifies a folding threshold F. Transistors with width larger than F are converted into multiple fingers. | + | This is used as a width threshold to trigger folding of transistors (0 = no auto folding). Extra fingers are automatically generated with this option. The parameter specifies a folding threshold F. Transistors with width larger than F are converted into multiple fingers. |
If a transistor has width W that is larger than the folding threshold F, then (W div F) transistors of width F are generated. If (W mod F) is smaller than the minimum width, then the extra width is added to the last of the (W div F) transistors; | If a transistor has width W that is larger than the folding threshold F, then (W div F) transistors of width F are generated. If (W mod F) is smaller than the minimum width, then the extra width is added to the last of the (W div F) transistors; | ||
Line 53: | Line 52: | ||
int discrete_length 2 | int discrete_length 2 | ||
</ | </ | ||
- | This specifies that all transistor lengths should be 2 lambda. In the scenario when the netlist requires a longer transistor (e.g. weak feedback in a staticizer), | + | This specifies that all transistor lengths should be 2 lambda. In the scenario when the netlist requires a longer transistor (e.g. weak feedback in a staticizer), |
A technology may have only some length ranges that are valid for transistors. In this case, the '' | A technology may have only some length ranges that are valid for transistors. In this case, the '' | ||
Line 92: | Line 91: | ||
</ | </ | ||
If specified, this parameter is used to increase the length of minimum length transistors in the technology when the sizing directives or production rule body turn on this feature. This is used to reduce leakage in certain technologies where the minimum length devices are extremely leaky, and need to be drawn longer in some cases. | If specified, this parameter is used to increase the length of minimum length transistors in the technology when the sizing directives or production rule body turn on this feature. This is used to reduce leakage in certain technologies where the minimum length devices are extremely leaky, and need to be drawn longer in some cases. | ||
+ | |||
< | < | ||
- | real delay 500e-12 | + | real default_load_cap 0 |
</ | </ | ||
- | This parameter | + | 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 '' | ||
+ | < | ||
+ | real unit_dev 1e-15 | ||
+ | </ | ||
+ | This value is used to specify the size of the unit device parameter used for explicit devices specified in the '' | ||
+ | |||
+ | < | ||
+ | real delay 500e-12 | ||
+ | </ | ||
+ | This parameter is used to convert delay units specified in timing constraints to actual time (in seconds). If unspecified, | ||
< | < | ||
Line 105: | Line 118: | ||
scaled to counteract the global scale factor. '' | scaled to counteract the global scale factor. '' | ||
- | ===== Transistor | + | < |
+ | int emit_parasitics 0 | ||
+ | </ | ||
+ | This option is used to generate parasitic source/ | ||
+ | |||
+ | |||
+ | |||
+ | The netlist pass can be used to generate a [[https:// | ||
+ | < | ||
+ | int_table weak_sharing 2 8 | ||
+ | </ | ||
+ | This specifies that the sharing count for a weak supply is between two and eight staticizers. | ||
+ | |||
+ | |||
+ | ===== Transistor | ||
Line 117: | 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 " | ||
Line 125: | Line 174: | ||
string pfet_svt " | string pfet_svt " | ||
</ | </ | ||
- | Here the fet model names are " | + | Here the fet model names are " |
+ | The '' | ||
< | < | ||
int use_subckt_models 0 | int use_subckt_models 0 | ||
Line 141: | Line 191: | ||
int fin_width 4 | int fin_width 4 | ||
</ | </ | ||
- | This specifies that the netlist is for a FinFET technology, and a individual fin is equivalent to 4 units of width. All widths will be snapped to an integer multiple of the '' | + | This specifies that the netlist is for a FinFET technology, and a individual fin is equivalent to 4 units of width. All widths will be snapped to an integer multiple of the '' |
Some DRC/LVS decks require some additional parameters for transistors in the spice file. To support this, the following string is appended to any transistor line in the spice file. | Some DRC/LVS decks require some additional parameters for transistors in the spice file. To support this, the following string is appended to any transistor line in the spice file. | ||
Line 149: | Line 199: | ||
The default is blank, but it can be changed as necessary. | The default is blank, but it can be changed as necessary. | ||
+ | ===== Other Devices ===== | ||
+ | |||
+ | Since '' | ||
+ | can be specified as: | ||
< | < | ||
- | string_table | + | string_table |
- | string_table ext_map " | + | |
</ | </ | ||
- | These tables are used for interpreting | + | This says the first device in the '' |
- | ===== Miscellaneous ===== | + | |
+ | ===== Interactions with the layout editor Magic ===== | ||
+ | |||
+ | We typically use [[http:// | ||
< | < | ||
- | real default_load_cap 0 | + | string_table ext_devs " |
+ | string_table ext_map " | ||
</ | </ | ||
- | 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 " | + | The first line maps the extract file device types to nfet or pfet (for n-type and p-type transistors). The order of this table should match the numbering of the transistors |
+ | |||
+ | ===== Miscellaneous ===== | ||
< | < | ||
Line 194: | Line 253: | ||
</ | </ | ||
When production rules are automatically mapped to cells by the cell mapping pass, cell names are generated based on the production rule expressions for the pull-up and pull-down network. These names can get very long, and be difficult to read. This table is used to translate a generated name into something that is more understandable. The table should have an even number of entries that alternate between the generated name and the mapped name. | When production rules are automatically mapped to cells by the cell mapping pass, cell names are generated based on the production rule expressions for the pull-up and pull-down network. These names can get very long, and be difficult to read. This table is used to translate a generated name into something that is more understandable. The table should have an even number of entries that alternate between the generated name and the mapped name. | ||
+ | |||
+ | < | ||
+ | string cell_inport " | ||
+ | string cell_outport " | ||
+ | </ | ||
+ | When cells are generated, their ports are called '' | ||
====== Sizing configuration options ====== | ====== Sizing configuration options ====== | ||
Line 214: | Line 279: | ||
If this is turned on, this permits the use of long channel devices when applying the sizing body. This might be needed if the width/ | If this is turned on, this permits the use of long channel devices when applying the sizing body. This might be needed if the width/ | ||
- | + | ===== Sizing limits ===== | |
- | ====== Sizing limits | + | |
Internally, act maintains width and lengths of transistors as integer-valued variables that are a multiple of the manufacturing grid. Hence, if the ratio of lambda/ | Internally, act maintains width and lengths of transistors as integer-valued variables that are a multiple of the manufacturing grid. Hence, if the ratio of lambda/ | ||
Line 250: | Line 314: | ||
</ | </ | ||
This specifies which metal layer is horizontal versus vertical. If this is 1, then odd metal layers are horizontal (metal1, metal3, etc); otherwise even metal layers are horizontal (metal2, metal4, ...) | This specifies which metal layer is horizontal versus vertical. If this is 1, then odd metal layers are horizontal (metal1, metal3, etc); otherwise even metal layers are horizontal (metal2, metal4, ...) | ||
+ | |||
+ | < | ||
+ | int_table routing_metal 2 5 | ||
+ | </ | ||
+ | This specifies the metal layers to be used for routing, and is used to control this in the technology LEF that is generated from the layout configuration file. (Metal layers are numbered 1, 2, etc.) | ||
< | < | ||
Line 261: | Line 330: | ||
If this is set to 1, and local '' | If this is set to 1, and local '' | ||
+ | < | ||
+ | string rect_inpath " | ||
+ | </ | ||
+ | This parameter is used to set the search path for '' | ||
+ | |||
+ | The layout generation tools create fresh rect files. This happens in two scenarios: (a) If rect files are not found, or the '' | ||
+ | < | ||
+ | string rect_outdir " | ||
+ | </ | ||
+ | If this parameter is set, then the output directories for (a) and (b) outputs are both set to the specified directory name. | ||
+ | < | ||
+ | string rect_outinitdir " | ||
+ | </ | ||
+ | If this parameter is set, then //initial// rect outputs (i.e. those generated in case (a) above) | ||
+ | |||
+ | < | ||
+ | int rect_wells 0 | ||
+ | </ | ||
+ | This flag is used to generate explicit wells in the '' | ||
+ | |||
+ | < | ||
+ | begin extra_tracks | ||
+ | int top 0 | ||
+ | int bot 0 | ||
+ | int left 0 | ||
+ | int right 0 | ||
+ | end | ||
+ | </ | ||
+ | This parameter can be used to pad the generated cells on the top/ | ||
< | < |