From 81c1f8afd11aec5844af7d0794d9212fa5937bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= Date: Tue, 26 Nov 2024 14:14:43 +0000 Subject: [PATCH] Adding missing dependency --- source/VexiiRiscv/HowToUse/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/VexiiRiscv/HowToUse/index.rst b/source/VexiiRiscv/HowToUse/index.rst index ca89af8..fb1db40 100644 --- a/source/VexiiRiscv/HowToUse/index.rst +++ b/source/VexiiRiscv/HowToUse/index.rst @@ -33,7 +33,7 @@ On debian : sudo apt-get install sbt # Verilator (optional, for simulations) - sudo apt-get install git make autoconf g++ flex bison + sudo apt-get install git make autoconf g++ flex bison help2man 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