Command Line Interface VHDLParser

For a full list of command line options see VHDLParser

Token Generation

The command token-stream creates a colored stream of tokens.

Usage

> VHDLParser token-stream <filename>

Result

../_images/tokenize.png

Testing Token Generation

The double-linking between tokens can be tested with the following command:

> VHDLParser token-check <filename>

Result

Only errors are reported.

../_images/check-tokenize.png

Block Generation

The command block-stream creates a colored stream of blocks. The tokens per block can be displayed as nested items by enabling the verbose mode (-v).

Usage

> VHDLParser block-stream <filename>

Result

../_images/blockstream.png

Usage (verbose)

> VHDLParser -v block-stream <filename>

Result (verbose)

../_images/blockstream-verbose.png

Testing Blocks Generation

Usage

> VHDLParser block-check <filename>

Result

Todo

add image

Testing Groups Generation

Usage

> VHDLParser group-stream <filename>

Result

Todo

add image

Testing CodeDOM Generation

Usage

> VHDLParser CodeDOM <filename>

Result

Todo

add image