From 665df18ee90f00ce63059bd2e127dbdd9270fec1 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Sat, 5 Aug 2017 19:14:08 +0200 Subject: [PATCH] Add version information about verilator on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69204c3..5c069a8 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89 sudo apt-get update sudo apt-get install sbt -# Verilator (for sim only) +# Verilator (for sim only, realy need 3.9+, in general apt-get will give you 3.8) 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