From d5f2f0a80bae106a7e4a249bfc20a9fcd226ba47 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Thu, 17 Oct 2024 18:04:04 +0100 Subject: [PATCH] Tweak README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a2a5da..d7722d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # RTL Debugger for VSCode -TODO +This is a VS Code plugin that allows the debugging of RTL code, with waveform analysis, asserts and breakpoints. + +It primarily supports Amaranth and Verilog ## Features @@ -26,4 +28,4 @@ None thus far. The extension code is distributed under the terms of the [ISC](LICENSE.txt) license; same as Yosys and CXXRTL. -The artwork is derived from [Codicons](https://github.com/microsoft/vscode-codicons) and is distributed under the terms of the [CC-BY-4.0](LICENSE-MEDIA.txt) license. \ No newline at end of file +The artwork is derived from [Codicons](https://github.com/microsoft/vscode-codicons) and is distributed under the terms of the [CC-BY-4.0](LICENSE-MEDIA.txt) license.