Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2025/05/20 11:45] – [Asynchronous design] rajit | start [2025/05/27 18:21] (current) – [ACT library] rajit | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== Asynchronous design ===== | ===== Asynchronous design ===== | ||
- | * [[tutorial: | + | * [[tutorial: |
- | * ACT by example: a gentler introduction to ACT through examples | + | * [[intro_example: |
- | * [[asic: | + | * [[asic: |
===== Installation ===== | ===== Installation ===== | ||
Line 25: | Line 25: | ||
The ACT language combined with a set of configuration files are used when designing circuits. The configuration files control some basic ACT behavior, and also include technology-specific information (e.g. what is the feature size, what are the transistor types available in the technology, etc.) | The ACT language combined with a set of configuration files are used when designing circuits. The configuration files control some basic ACT behavior, and also include technology-specific information (e.g. what is the feature size, what are the transistor types available in the technology, etc.) | ||
- | * [[language: | + | * [[language: |
- | * [[config:|ACT configuration | + | * ACT configuration |
- | * [[config: | + | |
+ | | ||
+ | * [[language: | ||
* [[history: | * [[history: | ||
- | |||
===== ACT library ===== | ===== ACT library ===== | ||
Line 39: | Line 40: | ||
For those interested in writing tools, we have some documentation available for the core ACT library and data structures. | For those interested in writing tools, we have some documentation available for the core ACT library and data structures. | ||
- | * [[http:// | + | * [[http:// |
- | * [[guide:|Guide to using ACT data structures]] | + | * [[guide:|Using ACT data structures]] |
- | * [[guide: | + | * [[guide: |
===== Tools ===== | ===== Tools ===== | ||