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
Previous revision
stdlib:globals [2022/07/16 15:56]
rajit
stdlib:globals [2022/07/17 06:09] (current)
rajit [Namespace definitions]
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> 
 + 
 +===== Definitions =====
  
 <code act> <code act>