Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiegec/verilog-format

A naive verilog/systemverilog formatter
https://github.com/jiegec/verilog-format

Last synced: about 1 month ago
JSON representation

A naive verilog/systemverilog formatter

Awesome Lists containing this project

README

        

# verilog-format

A naive verilog/systemverilog formatter. Works on tokens instead of AST with minimal lexical analysis.

## Usage

`verilog-format --file `

It will print the formatted file to stdout.

## License

Licensed under MIT license.