Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| language:langs:sizing [2022/05/13 12:53] – rajit | language:langs:sizing [2025/08/31 16:04] (current) – [Specifying flavors and multi-fingered devices] rajit | ||
|---|---|---|---|
| Line 87: | Line 87: | ||
| </ | </ | ||
| This says that the unit n-transistor is 20 lambda wide. | This says that the unit n-transistor is 20 lambda wide. | ||
| + | |||
| + | ===== Syntactic replication ===== | ||
| + | |||
| + | Syntactic replication can be used within the sizing body to, for example, specify drive strengths for an array of signals. | ||
| + | <code act> | ||
| + | sizing { | ||
| + | unit_n <- 5; | ||
| + | (; i : 10 : out[i]{-1}) | ||
| + | } | ||
| + | </ | ||
| + | |||
| ===== Example using implementation relation ===== | ===== Example using implementation relation ===== | ||