aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinJun Ma2020-05-05 11:34:45 +0800
committerGitHub2020-05-05 03:34:45 +0000
commitc9d49aa8a600a59f3cfc1dcfc9ec8729077d5107 (patch)
treeb89e5b4f714daa97a26f3d9e0448f07d1ee59e00
parent0e8e1296c6cac59b9af883fd95e9ad67afdb28d1 (diff)
add Firrtl plugin info for intellij platform (#1547)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 30969171..65df861c 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ sbt assembly
* Firrtl syntax highlighting for Vim users: https://github.com/azidar/firrtl-syntax
* Firrtl syntax highlighting for Sublime Text 3 users: https://github.com/codelec/highlight-firrtl
* Firrtl syntax highlighting for Atom users: https://atom.io/packages/language-firrtl
+* Firrtl syntax highlighting, structure view, navigate to corresponding Chisel code for IntelliJ platform: [install](https://plugins.jetbrains.com/plugin/14183-easysoc-firrtl), [source](https://github.com/easysoc/easysoc-firrtl)
* Firrtl mode for Emacs users: https://github.com/ibm/firrtl-mode
* Chisel3, an embedded hardware DSL that generates Firrtl: https://github.com/freechipsproject/chisel3
* Treadle, a Firrtl Interpreter: https://github.com/freechipsproject/treadle