Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start [2024/02/22 22:45] – [ACT library] fabian | start [2025/01/23 10:01] (current) – [Installation] rajit | ||
---|---|---|---|
Line 9: | Line 9: | ||
* [[asic: | * [[asic: | ||
+ | ===== Installation ===== | ||
+ | |||
+ | If you are interested in building the tools from scratch: | ||
+ | |||
+ | * [[install_actflow|actflow]]: | ||
+ | * [[install|ACT]]: | ||
+ | |||
+ | We also have a [[summer2024: | ||
===== ACT language ===== | ===== ACT language ===== | ||
- | * [[install|Installing and building | + | 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: | * [[config: | ||
Line 18: | Line 27: | ||
===== ACT library ===== | ===== ACT library ===== | ||
+ | |||
+ | In addition to the core language, we also provide some standard ACT libraries that include common definitions/ | ||
* [[stdlib: | * [[stdlib: | ||
* [[sim: | * [[sim: | ||
+ | |||
+ | For those interested in writing tools, we have some documentation available for the core ACT library and data structures. | ||
+ | |||
* [[http:// | * [[http:// | ||
* [[guide: | * [[guide: | ||
+ | * [[guide: | ||
===== Tools ===== | ===== Tools ===== | ||