Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 248 Bytes

verilog-format

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

Usage

verilog-format --file <file>

It will print the formatted file to stdout.

License

Licensed under MIT license.