Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ACT hardware description language and core tools.

License

NotificationsYou must be signed in to change notification settings

asyncvlsi/act

CircleCI

This is the implementation of the ACT hardware description language, and some of the core tools.(ACT = asynchronous circuit/compiler tools)

System requirements:

  • The system must have libedit installed. For the yum package manager, thepackage is called libedit-devel; for apt-get, it is libeditline-dev. Somesystems haveboth packages. In that case please use libedit, not libeditline.
  • The system should have zlib installed
  • The system should have the macro pre-processing package m4 installed

Build instructions:

  • Create a directory where you'd like the tools to be installed. Examplecommon locations on Unix-like machines include /usr/local/cad, /opt/cad, /opt/async. You can also install them in any other directory (e.g. $HOME/async)
  • Set the environment variable ACT_HOME to point to the install directory.
  • Set the environment variable VLSI_TOOLS_SRC to the root of the source tree(i.e. the /path/to/act).
  • From the $VLSI_TOOLS_SRC directory, run./configure $ACT_HOME
  • Run ./build

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.

Standard library

The ACTstandard library (analogous to the C++ standard template library) is under development. We recommendinstalling it as part of your ACT install, as some of the other tools might assume some standard ACT files exist.

More information:

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

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp