资 源 简 介
iStyle 1.20 (Fast and Free Automatic Formatter for Verilog Source Code)
(Created by haimag, Report Bugs: haimag@gmail.com)
(Thanks to Tal Davidson & Astyle)
```
Usage : iStyle [options] Foo.v B*r.v [...]
When indenting a specific file, the resulting indented file RETAINS the
original file-name. The original pre-indented file is renamed, with a
suffix of ".orig" added to the original filename.
By default, iStyle is set up to indent Verilog files, with 4 spaces per
indent, a maximal indentation of 40 spaces inside continuous statements,
and NO formatting.
```
## Option"s Format: ##
Long options (starting with "--") must be written one at a time. Short options (starting with "-") may be appended together. Thus, -bps4 is the same as -b -p -s4.
## Predefined Styling options: ##
```
--style=ansi
ANSI style formatting/indenting.
--style=kr
Ke