Tips & Tricks: Difference between revisions

From VLSI
Jump to navigation Jump to search
New page: ==Set # of sig figs on schematic annotation== Sometimes the number of significant figures on schematic annotations (node voltages, for example) is very high and it becomes difficult to rea...
 
Line 4: Line 4:
<code>envSetVal("auCore.misc" "labelDigits" 'int 5)</code>
<code>envSetVal("auCore.misc" "labelDigits" 'int 5)</code>


Change the number 5 to your desired number of sig figs.
Change the number 5 to your desired number of sig figs.  To make this change permanent, add the line to your ~/.cdsenv file.

Revision as of 21:30, 17 December 2009

Set # of sig figs on schematic annotation

Sometimes the number of significant figures on schematic annotations (node voltages, for example) is very high and it becomes difficult to read. To fix this, type the following into the icfb window:

envSetVal("auCore.misc" "labelDigits" 'int 5)

Change the number 5 to your desired number of sig figs. To make this change permanent, add the line to your ~/.cdsenv file.