A package manager for SystemVerilog.
Packilog is currently distributed via pypi. Install it with pip install packilog
.
Packilog does not yet offer much functionality, basic usage so far involves creating a local packilog.json
file following the manifest format, then running packilog
. The -f
flag can be used to force overwrite of local files.
The -t
flag can be used to kick off tests for the local package after handling dependencies, -T
can be used to override the package default or auto-discovered test runner.