Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
language:langs:sizing [2021/03/07 07:30]
rajit [P/N ratios]
language:langs:sizing [2021/03/07 07:33]
rajit [low leak addition on channel length]
Line 132: Line 132:
  
  
-===== low leak addition on channel length =====+===== Low leak addition on channel length =====
  
-in some technologies you want to additionally have low leakage gatesso gates with longer channel length.+In some technologies, the minimum length devices have extremely high leakage. To avoid using theseyou can specify an adjustment that will be added to the length to avoid this case. This adjustment is only applied to minimum length devices.
  
-for adding a specified additional length to the minimum length of your transistors, activate leak_adjust.+For adding a specified additional length to the minimum length of your transistors, activate ''leak_adjust''.
  
 <code> <code>
Line 148: Line 148:
 </code> </code>
  
-that translates to: +To configure how much is added add this line to the configuration
- +
-<code> +
-  prs * { +
-       in <10> -> out- +
-      ~in <20> -> out+ +
-  } +
-</code> +
- +
-to configure how much is added add this line to the configuration+
  
 <code> <code>
Line 164: Line 155:
 </code> </code>
  
 +(The length unit here is SI units.)