Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install [2019/07/22 20:45] – [Build instructions] rajit | install [2025/04/19 12:46] (current) – [Installing ACT] rajit | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Installing ACT ====== | ||
- | ====== | + | Primary development of ACT is conducted on Linux and MacOS, and so it has been extensively tested on such systems. It has also been tested in certain [[install# |
+ | |||
+ | If you are a Homebrew user, check out the [[https:// | ||
+ | |||
+ | ===== Getting the source | ||
+ | |||
+ | |||
+ | The core library is available from [[https:// | ||
+ | |||
+ | **Note:** This only installs the core circuit design tools. For those interested in the full flow, please use the [[https:// | ||
+ | |||
+ | |||
+ | ===== Linux/ | ||
Before starting, please make sure that your system satisfies the following requirements: | Before starting, please make sure that your system satisfies the following requirements: | ||
Line 11: | Line 24: | ||
* The system should have the macro pre-processing package '' | * The system should have the macro pre-processing package '' | ||
- | ====== Build instructions ====== | + | On MacOS, these packages can be installed using the [[https:// |
- | Create a directory where you'd like the tools to be installed. Example common locations include ''/ | + | ==== Build instructions ==== |
+ | |||
+ | Create a directory where you'd like the tools to be installed. Example common locations include ''/ | ||
* Set the environment variable '' | * Set the environment variable '' | ||
Line 20: | Line 35: | ||
* Run '' | * Run '' | ||
- | If there is an issue building the software and you want to do a clean build, use '' | + | If there is an issue building the software and you want to do a clean build, use '' |
Once you've built the tools, run '' | Once you've built the tools, run '' | ||
Line 26: | Line 41: | ||
Note that the environment variable '' | Note that the environment variable '' | ||
- | ====== Running large ACT files ====== | + | Optional: to add the tools to your path add '' |
+ | |||
+ | ==== Troubleshooting ==== | ||
+ | |||
+ | If you have trouble building on your specific operating system have a peek in the continuous integration scripts of the git repository if your operating system is covered there and you can try the commands specified: | ||
+ | |||
+ | https:// | ||
+ | |||
+ | for '' | ||
+ | |||
+ | for '' | ||
+ | |||
+ | |||
+ | ===== Microsoft Windows ===== | ||
+ | |||
+ | Recent versions of Windows include compatibility layers for Unix, and ACT has been successfully tested in such an environment. | ||
+ | |||
+ | [[windows_build|Some instructions for running ACT tools on Microsoft Windows]] | ||
+ | |||
+ | ===== Running large ACT files ===== | ||
- | If an ACT process (or a namespace) has a very large number of instances/ | + | ACT files are typically short since they are written by a designer. However, an ACT file generated by another program---especially if the program generates a flattened design---can be large. |
- | ====== Synopsys linkages | + | NOTE: This issue has been fixed as of 7/ |
+ | ===== Synopsys linkages ===== | ||
Some of the library functionality can be linked into Synopsys '' | Some of the library functionality can be linked into Synopsys '' | ||