From 4bdaedee09de20535b9356b11645f81d13beffdd Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 1 Apr 2025 10:32:58 +0800 Subject: [PATCH] Update jlink readme. --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 5e938e9..234f74c 100644 --- a/Readme.md +++ b/Readme.md @@ -8,6 +8,11 @@ This a demo for llvm build and sim with verilator. This is a demo of jtag simulation by openocd running on verilator. + +## install JLink deb software and driver + +https://www.segger.com/downloads/jlink/ + ## install verilator `sudo apt install verilator`