Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.1 KB

Tests

hdl

Hdl is a tool for easing the work with hardware description languages.

Documentation

The documentation is included in the hdl binary. Simply run hdl help or hdl help {command} to read about particular command.

Commands

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.

Installation

go

go install github.com/m-kru/go-hdl/cmd/hdl@latest

Go installation installs to go configured path.

Manual

git clone https://github.com/m-kru/go-hdl.git
make
make install

Manual installation installs to /usr/bin.

Examples

doc