From 6dff23f30ae5e65962fc329985d8e6fe6b453d4c Mon Sep 17 00:00:00 2001 From: Marno van der Maas <34654485+marnovandermaas@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:56:13 +0100 Subject: [PATCH] Added BLUESPECDIR to read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc62287..b03c45e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ First clone this repository and then inside the repository initialize the submod ### Dependencies -Build the Bluespec Compiler `bsc` from [this repository](https://github.com/B-Lang-org/bsc) +Build the Bluespec Compiler `bsc` from [this repository](https://github.com/B-Lang-org/bsc). You will also need set the `$BLUESPECDIR` to the `lib` folder of your `bsc` install. By default this is located in `inst/lib` directory inside your bsc repo. Also, make sure to add the `inst/bin` directory to your `$PATH` environment variable. You need Verilator with version 3.922 or later. You can build any version of Verilator from [this repository](https://github.com/verilator/verilator/releases) and follow the build instructions [on the official website](https://www.veripool.org/projects/verilator/wiki/Installing).