Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
55 lines (36 loc) · 1.26 KB

VerilogLintBear.rst

File metadata and controls

55 lines (36 loc) · 1.26 KB

Analyze Verilog code using verilator and checks for all lint related and code style related warning messages. It supports the synthesis subset of Verilog, plus initial statements, proper blocking/non-blocking assignments, functions, tasks.

It also warns about unused code when a specified signal is never sinked, and unoptimized code due to some construct, with which the optimization of the specified signal or block is disabled.

This is done using the --lint-only command. For more information visit <http://www.veripool.org/projects/verilator/wiki/Manual-verilator>.

  • Verilog

Demo

asciicast

Dependencies

  • System requirement - apt_get - verilator

Can Detect

  • Code Simplification
  • Formatting
  • Syntax
  • Unused Code

License

AGPL-3.0

Authors