Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:langs:sizing [2022/05/13 12:53] rajitlanguage:langs:sizing [2025/08/31 16:04] (current) – [Specifying flavors and multi-fingered devices] rajit
Line 87: Line 87:
 </code> </code>
 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})
 +}
 +</code>
 +
  
 ===== Example using implementation relation ===== ===== Example using implementation relation =====