|
pixhdl
v1.1.3
A tool that generates entity diagrams from VHDL files.
|

A command-line tool that produces graphical representations of entities from VHDL source files.
Source:
Output:
Source:
Output:
Pixhdl takes in a .vhd/.vdhl source file and generates an SVG image as an output.
For example, running
will generate a file called my_vhdl_source.svg in the same directory as the source file.
If you want to specify where the output file should be created and how it should be called, you can run:
This will generate an image called my_entity_diagram.svg in your home directory (~/).
To get an exhaustive list of arguments, you can run:
In order to install pixhdl, get the latest release, decompress it, cd into it, then run:
That will install pixhdl on your computer. You can verify that the installation was successful by running:
This command will show the current version of pixhdl installed on your computer.
In order to uninstall pixhdl, you have to cd into the folder you got from when you installed it. If you no longer have that folder, you can just download the latest release, decompress it, and cd into that.
Once you're into your pixhdl/ folder, you can run:
That will uninstall pixhdl from your computer if it was previously installed.
To read up on more detailed documentation, you can go on pixhdl's official site.
Or if you prefer, you can generate the docs locally with doxygen:
The docs will be generated in the docs/doxygen/ directory. Open the docs/doxygen/html/index.html file and read away!
1.8.17