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
Next revision Both sides next revision
tools:start [2022/05/15 14:03]
rajit
tools:start [2023/01/14 10:55]
rajit
Line 3: Line 3:
 In addition to the core ACT library, we have also implemented a number of tools for asynchronous circuit design. Some of the core tools are included as part of the main Github repository, while others have their own repository. For completeness, we also include links to other open-source tools that can be used to implement different parts of the VLSI flow. In addition to the core ACT library, we have also implemented a number of tools for asynchronous circuit design. Some of the core tools are included as part of the main Github repository, while others have their own repository. For completeness, we also include links to other open-source tools that can be used to implement different parts of the VLSI flow.
  
-   * [[prsim|prsim]]: a digital production-rule simulator. + 
-   * [[actsim|actsim]]: a CHP simulator.+   * [[actsim|actsim]]: an ACT simulator.
    * [[netgen|prs2net]]: a production rule to SPICE netlist generator    * [[netgen|prs2net]]: a production rule to SPICE netlist generator
    * [[prs2sim|prs2sim]]: a production rule to sim file converter    * [[prs2sim|prs2sim]]: a production rule to sim file converter
-   aflat and prspack: a production rule flattener and compaction tool. See the documentation for [[prsim|prsim]].+   [[ext2sp|ext2sp]]converts magic extract files into hierarchical spice file 
 +   [[lvp|lvp]]: layout versus production rules
  
-Of these tools, ''prs2net'', ''prs2sim'', and ''aflat'' are core ACT tools--i.e. tools that use the core ACT library and take ACT files as input.+These are core ACT tools--i.e. tools that use the core ACT library and take ACT files as input. They also accept the standard ACT [[:start|command-line arguments]], in addition to their own arguments.
  
 Standalone tools: Standalone tools:
 +   * [[prsim|prsim]]: a digital production-rule simulator
 +   * aflat and prspack: a production rule flattener and compaction tool. See the documentation for [[prsim|prsim]].
    * [[AMC:|AMC]]: an asynchronous memory compiler    * [[AMC:|AMC]]: an asynchronous memory compiler
-   * [[ext2sp|ext2sp]]: converts magic extract files into a hierarchical spice file +
-   * [[lvp|lvp]]: layout versus production rules+
  
 External open-source tools: External open-source tools: