Next: Find command, Previous: File commands, Up: File commands
Generate HTML on standard output from VHDL.
$ ghdl --pp-html [options] file...
The files are just scanned and an html file, with syntax highlighting is generated on standard output.
Since the files are not even parsed, erroneous files or incomplete designs can be pretty printed.
The style of the html file can be modified with the --format= option. By default or when the --format=html2 option is specified, the output is an HTML 2.0 file, with colours set through ‘<FONT>’ tags. When the --format=css option is specified, the output is an HTML 4.0 file, with colours set through a CSS file, whose name is ‘ghdl.css’. See Cross-reference command, for more details about this CSS file.