Skip to content

Releases: freechipsproject/www.chisel-lang.org

3.3.2 API

30 Jun 03:37
2f493e9
Compare
Choose a tag to compare

This includes pre-built API documentation. Just unzip the attached build.tgz inside a clone of this repository. This will populate build/api/ with all API documentation through Chisel 3.3.2 (and including the latest snapshot).

3.2.2 API

17 Jan 17:06
ac85470
Compare
Choose a tag to compare

This includes a build directory containing all project API docs. This is intended to be used by website developers that don't want to wait for the API docs to be built by providing a complete build directory that's ready to use.

Extract the compressed archive replacing your old build directory inside your clone of this repository. The following is provided as an example of approximately what to do:

cp ~/Downloads/build.tgz ~/work/www.chisel-lang.org/.
cd ~/work/www.chisel-lang.org
make mrproper
tar xf build.tgz