From 3370d01917273022351f673216d9801599e65ca5 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 7 Feb 2022 08:13:16 +0000 Subject: [PATCH] Add verilator install method in readme. --- Cores-SweRV/demo/Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cores-SweRV/demo/Readme.md b/Cores-SweRV/demo/Readme.md index 8efe7aa..6adc437 100644 --- a/Cores-SweRV/demo/Readme.md +++ b/Cores-SweRV/demo/Readme.md @@ -8,6 +8,10 @@ This a demo for llvm build and sim with verilator. This is a demo of jtag simulation by openocd running on verilator. +## install verilator + +`sudo apt install verilator` + ## install openocd ```shell