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
stdlib:globals [2022/07/16 15:56]
rajit
stdlib:globals [2022/07/16 15:59]
rajit
Line 1: Line 1:
 ====== Globals ====== ====== Globals ======
  
-The global file contains global signal names for power (''Vdd''), ground (''GND''), and the chip reset signal (''Reset''). It also associates the ''sigtype'' attribute with these signals so that tools can associate these signals with the appropriate type.+The global file contains global signal names for power (''Vdd''), ground (''GND''), and the chip reset signal (''Reset''). It also associates the ''sigtype'' attribute with these signals so that tools can associate these signals with the appropriate type. Include this file using 
 + 
 +<code act> 
 +import globals; 
 +</code> 
 + 
 +The details of this file are:
  
 <code act> <code act>