From 8724cd542df2e907069d9ee3fd7d1675a9ca9287 Mon Sep 17 00:00:00 2001 From: anniej-sifive Date: Mon, 28 Jun 2021 19:06:47 -0700 Subject: updated readme to mention verilator dependency (#1984) * added to readme * Update README.md Co-authored-by: Jack Koenig Co-authored-by: Jack Koenig Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2cf78760..1f302c53 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,9 @@ cd chisel3 sbt compile ``` +In order to run the following unit tests, make sure you have Verilator installed and on your `PATH` +(you can check this by running `which verilator`). + If the compilation succeeded, you can then run the included unit tests by invoking: ``` -- cgit v1.2.3