Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link to Graphviz in local install page (#96) #177

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ SCALA_VERSION=2.12.10 ALMOND_VERSION=0.9.1

You can delete `coursier` and `almond` files if you so desire.

#### Visualizations

[Graphviz](https://graphviz.org/download/) is required to show visualizations of Chisel modules, such as in the demo page. However, visualizations are optional as the other Chisel and Scala features will work without it.

#### Install bootcamp
Now clone the bootcamp repo and install the customization script.
If you already have one, append this script to it.
Expand Down Expand Up @@ -138,6 +142,10 @@ Go to download folder, where `coursier` (file) is
java -noverify -jar coursier launch --fork almond:0.10.6 --scala 2.12.8 -- --install
```

#### Visualizations

[Graphviz](https://graphviz.org/download/) is required to show visualizations of Chisel modules, such as in the demo page. However, visualizations are optional as the other Chisel and Scala features will work without it.

#### Install the chisel-bootcamp repo.
Download the [chisel-bootcamp](https://github.com/freechipsproject/chisel-bootcamp) as a zip file (or use a Windows git client)
and unpack it in a directory you have access to.
Expand Down
Loading