From b6e4a3c91cb7d4ce2cb0c1a5546f740b0d4ee8a7 Mon Sep 17 00:00:00 2001 From: dalance Date: Thu, 2 Jul 2020 21:23:12 +0900 Subject: [PATCH] Add tools using sv-parser --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20bd3f6..d5822c3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ SystemVerilog parser library fully complient with [IEEE 1800-2017](https://stand ## Tools using sv-parser +* [morty](https://github.com/zarubaf/morty): A SystemVerilog source file pickler +* [svinst](https://github.com/sgherbst/svinst): Determines the modules declared and instantiated in a SystemVerilog file * [svlint](https://github.com/dalance/svlint): SystemVerilog linter * [svls](https://github.com/dalance/svls): SystemVerilog language server