From c85f6b89de7b772c9998a3d23514a162c6a11c37 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Thu, 15 Jun 2017 20:27:20 +0200 Subject: [PATCH] Update verilator requirements --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d3c9b2..fd8caf0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,17 @@ sudo apt-get update sudo apt-get install sbt # Verilator (for sim only) -sudo apt-get install verilator +sudo apt-get install git make autoconf g++ flex bison +git clone http://git.veripool.org/git/verilator # Only first time +unsetenv VERILATOR_ROOT # For csh; ignore error if on bash +unset VERILATOR_ROOT # For bash +cd verilator +git pull # Make sure we're up-to-date +git tag # See what versions exist +autoconf # Create ./configure script +./configure +make +sudo make install ``` ## CPU generation