Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yugr/parmatch

A simple script for finding unbound parameters in Verilog module instantiations.
https://github.com/yugr/parmatch

static-analysis static-analyzer verilog

Last synced: about 2 months ago
JSON representation

A simple script for finding unbound parameters in Verilog module instantiations.

Awesome Lists containing this project

README

        

Parmatch is a super-primitive script for finding unbound parameters
in Verilog module instantiations (which may be cause of bugs and
are prohibited by some coding conventions).