Hdl is a tool for easing the work with hardware description languages.
The documentation is included in the hdl
binary.
Simply run hdl help
or hdl help {command}
to read about particular command.
The commands are:
doc
- show or generate documentation,gen
- generate code by processing sources,help
- print more information about a specific command,ver
- print hdl version,vet
- check for likely mistakes.
go install github.com/m-kru/go-hdl/cmd/hdl@latest
Go installation installs to go configured path.
git clone https://github.com/m-kru/go-hdl.git
make
make install
Manual installation installs to /usr/bin
.