Adds support for syntax highlighting and indentation for FIRRTL (Flexible Intermediate Representation for RTL).
Two options for installation: as a package from MELPA and manually.
Enable MELPA if you haven't already. See: Getting Started.
Start up the package manager with M-x packages-list-packages. Find firrtl-mode and install it (i then x).
Add the following to your .emacs:
(add-to-list 'load-path "[path-to-this-repo]")
(require `firrtl-mode)