Skip to content

Commit 97ea729

Browse files
authored
Added link to Graphviz in local install page (freechipsproject#96) (freechipsproject#177)
1 parent 369de9b commit 97ea729

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ SCALA_VERSION=2.12.10 ALMOND_VERSION=0.9.1
8080

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

83+
#### Visualizations
84+
85+
[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.
86+
8387
#### Install bootcamp
8488
Now clone the bootcamp repo and install the customization script.
8589
If you already have one, append this script to it.
@@ -138,6 +142,10 @@ Go to download folder, where `coursier` (file) is
138142
java -noverify -jar coursier launch --fork almond:0.10.6 --scala 2.12.8 -- --install
139143
```
140144

145+
#### Visualizations
146+
147+
[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.
148+
141149
#### Install the chisel-bootcamp repo.
142150
Download the [chisel-bootcamp](https://github.com/freechipsproject/chisel-bootcamp) as a zip file (or use a Windows git client)
143151
and unpack it in a directory you have access to.

0 commit comments

Comments
 (0)