Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 352 Bytes

README.org

File metadata and controls

16 lines (9 loc) · 352 Bytes

flymake-verilator.el

An Emacs flymake handler for syntax-checking Verilog using verilator.

Installation

First install verilator.

You’ll need to add the directory containing `flymake-json.el` to your `load-path`, and then (require 'flymake-verilator).

Usage

Add the following to your emacs init file:

(require 'flymake-verilator)