From d58ab98bf89fddd60036596f2fd123a2b6b4825b Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Fri, 16 Feb 2018 14:04:36 +0100 Subject: [PATCH] :memo: Explicitly mention riscv-fesvr in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10ec46c0e..15258f92d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ git checkout https://github.com/pulp-platform/ariane.git git submodule update --init --recursive ``` +The Verilator testbench relies on our forked version of `riscv-fesvr` which can be found [here](https://github.com/pulp-platform/riscv-fesvr). Follow the README there and make sure that your compiler and linker is aware of the library (e.g.: add it to your path if it is in a non-default directory). + Build the Verilator model of Ariane by using the Makefile: ``` make verilate