You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/getting-started.md
+25-5
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,33 @@ All necessary tools have been installed to linux.engr.ucsb.edu. Therefore we rec
26
26
27
27
1. Set `$RISCV` to wherever you want the tools to be installed to. i.e. `export RISCV=~/riscv-tools`
28
28
2. Run [`./cva6/ci/setup.sh`](https://github.com/openhwgroup/cva6/blob/master/ci/setup.sh). (If you get an error, you may need to rerun parts of the script manually).
29
-
3. In ["./setup.sh"](https://github.com/openhwgroup/cva6/blob/master/ci/setup.sh), change the `$RISCV` initialization to whatever you chose for step 1.
29
+
3. Install the [OSS CAD Suite](https://github.com/YosysHQ/oss-cad-suite-build). You can do this by un-taring the latest release to a `"~/Utils/oss-cad-suite"` directory.
30
+
4. Add the following to your `"~/.bashrc"`, and replace the values of the 3 environment variables:
0 commit comments