Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 761 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 761 Bytes

FIRRTL Emacs Mode

MELPA

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.

Install from MELPA

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).

Install Manually

Add the following to your .emacs:

(add-to-list 'load-path "[path-to-this-repo]")
(require `firrtl-mode)