ACT Library
|
This is the implementation of the ACT hardware description language, and some of the core tools. (ACT = asynchronous circuit/compiler tools)
If there is an issue building the software and you want to do a clean build, use "make realclean"
Once you've built the tools, run "make install" to install the files, and "make runtest" to run through a set of test cases.
The ACT standard library (analogous to the C++ standard template library) is under development. We recommend installing it as part of your ACT install, as some of the other tools might assume some standard ACT files exist.
More detailed documentation is available here: https://avlsi.csl.yale.edu/act/
A first ACT tutorial: https://avlsi.csl.yale.edu/act/doku.php?id=intro_example:start
Some more installation instructions are available here: https://avlsi.csl.yale.edu/act/doku.php?id=install