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
Last revision Both sides next revision
stdlib:start [2022/07/16 15:54]
rajit
stdlib:start [2022/07/17 05:56]
rajit
Line 3: Line 3:
 The ACT [[https://github.com/asyncvlsi/stdlib|standard library]] contains a number of standard ACT definitions that are commonly used in asynchronous design. The ACT [[https://github.com/asyncvlsi/stdlib|standard library]] contains a number of standard ACT definitions that are commonly used in asynchronous design.
  
-   * [[globals|globals]]: Standard global signals+   Namespace [[globals|globals]]: Standard global signals 
 +   * Namespace [[math:|math]]: Auxillary functions for math 
 +   * Namespace [[std:|std]]: The standard namespace 
 +   * Namespace [[sim:|sim]]: Simulation support, installed when ''actsim'' is installed
    * [[spreset|spreset]]: Additional reset signals    * [[spreset|spreset]]: Additional reset signals
-   * [[std:|standard]]: The standard namespace 
-   * [[math:|math]]: Auxillary functions for math