LeoGitHuber / flymake-verilator

Flymake checker for Verilog using verilator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Flymake checker for Verilog using verilator.


Languages

Language:Emacs Lisp 100.0%