Differences

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

Link to this comparison view

Next revision
Previous revision
stdlib:start [2022/07/16 19:52] – created rajitstdlib:start [2024/07/04 13:44] (current) 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.
  
 +   * Namespace [[globals|globals]]: Standard global signals
 +   * Namespace [[math:|math]]: Auxillary functions for math
 +   * Namespace [[std:|std]]: The standard namespace
 +   * [[spreset|spreset]]: Additional reset signals
 +
 +When ''actsim'' is installed, the library also includes simulation support components 
 +   * Namespace [[[[sim:start|sim]]: Simulation library