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
Testing Token Generation¶
The double-linking between tokens can be tested with the following command:
> VHDLParser token-check <filename>
Result
Only errors are reported.
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
Usage (verbose)
> VHDLParser -v block-stream <filename>
Result (verbose)
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