From f03117dfd7f2bb9669549af602ef2fa8d6e40c39 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 24 Mar 2025 20:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 1f6ab2a..edf4112 100644 --- a/Readme.md +++ b/Readme.md @@ -15,6 +15,8 @@ This is a demo of jtag simulation by openocd running on verilator. ## install openocd ```shell +sudo apt-get install libjim-dev +sudo apt-get install libjaylink-dev git clone https://github.com/riscv/riscv-openocd.git cd riscv-openocd ./bootstrap