Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:netgen [2020/04/29 18:08] – rajit | tools:netgen [2023/04/15 11:35] (current) – [Output handling] rajit | ||
---|---|---|---|
Line 54: | Line 54: | ||
| | ||
</ | </ | ||
- | In this example, the transistor gated by '' | + | In this example, the transistor gated by '' |
Line 108: | Line 108: | ||
</ | </ | ||
+ | ===== Output handling | ||
- | + | ACT supports name mangling to sanitize the output so that it can be accepted by third-party tools. Since the largest variability in supported names is in different versions of SPICE, the '' | |
- | + | ||
===== Attributes ===== | ===== Attributes ===== | ||
Line 118: | Line 117: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
- | * '' | + | * '' |
Line 134: | Line 133: | ||
^ Attribute ^ Meaning ^ | ^ Attribute ^ Meaning ^ | ||
- | | keeper | If set to 0 does not generate | + | | keeper | The production rules for a signal are analyzed to determine if the pull-up and pull-down networks are perfect complements of each other. |
| comb | If set to 1, uses combinational feedback rather than a weak inverter for the staticizer; if 0, uses a weak inverter instead of combinational feedback | | | comb | If set to 1, uses combinational feedback rather than a weak inverter for the staticizer; if 0, uses a weak inverter instead of combinational feedback | | ||
| iskeeper | used to let prs2net know that the specified production rule is in fact the manually | | iskeeper | used to let prs2net know that the specified production rule is in fact the manually | ||
| isckeeper | used to let prs2net know that the specified production rule is a combinational feedback style keeper circuit. These will be labeled with '' | | isckeeper | used to let prs2net know that the specified production rule is a combinational feedback style keeper circuit. These will be labeled with '' | ||
| loadcap | sets the load capacitance on the output to be a the specified value in pF. This is used to override the default setting specified in the configuration file | | | loadcap | sets the load capacitance on the output to be a the specified value in pF. This is used to override the default setting specified in the configuration file | | ||
- | | oresis | sets output resistance for node. This resistance is added in series to the output of the gate, and overrides the default from the netgen | + | | oresis | sets output resistance for node. This resistance is added in series to the output of the gate, and overrides the default from the prs2net |
| output | used for pass transistors to force either the source, drain, or both to be labelled as an output. This is useful for the PININFO directive emitted by prs2net. If the value v has bit zero set, then the source is marked as an output node. If v has bit one set, then the drain is marked as an output. By default, a node is considered an input if it does not have a production rule driving it. | | | output | used for pass transistors to force either the source, drain, or both to be labelled as an output. This is useful for the PININFO directive emitted by prs2net. If the value v has bit zero set, then the source is marked as an output node. If v has bit one set, then the drain is marked as an output. By default, a node is considered an input if it does not have a production rule driving it. | | ||
- | | N_reff | sets the n-stack effective resistance, overriding the default computed by netgen. This is used to compute strengths of staticizers. The resistance for one transistor is computed as L/W (in lambda) | + | | N_reff | sets the n-stack effective resistance, overriding the default computed by prs2net. This is used to compute strengths of staticizers. The resistance for one transistor is computed as L/W where L and W are the length and width of the transistor respectively. |
| P_reff | same as N_reff, except sets strength of p-stack | | | P_reff | same as N_reff, except sets strength of p-stack | | ||