Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
stdlib:globals [2022/07/16 19:56] rajitstdlib:globals [2022/07/17 10:09] (current) – [Namespace definitions] 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> 
 + 
 +===== Definitions =====
  
 <code act> <code act>