Skip to content

m-kru/go-hdl

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published