Veriindent

Veriindent is a simple verilog source code formatting tool. It adds left indentation to each line of source code according to its depth of nesting. It also aligns operators to give a neat look to the source code.
Quick Download of Source code

Veriindent 0.1Beta released

Mon, June 27 2005 palamc at g m a i l dot com

Veriindent 0.1 Beta has only simple features like

  • Adds left indentation (space or tab) to each line of source code.
  • Aligns '=' operator to same column position
  • Aligns comments to same column position
  • Option to drop comments in output
Features planned for feature releases
  • Break long lines.
  • Better alignment algorithm.
  • option to remove unwanted white space/blank lines.