Clean your Verilog design code!
https://github.com/Lin-Buo-Ren/Clean-Filter-for-Verilog
Clone this repository as your project's submodule, and register filter.bash
as verilog source files' clean filter. Refer the filter
attribute in the gitattributes(5)
manual page for more information.
Several runtime configurable options are available, refer the output of filter.bash --help
for more info.
The executable path of the following cleaners must be in the executable search PATH
s.
This is the default cleaner.
thomasrussellmurphy/istyle-verilog-formatter: Open source implementation of a Verilog formatter
Use --cleaner istyle
to enable this cleaner.
GNU GPLv3+