Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 639 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 639 Bytes

Packilog

A package manager for SystemVerilog.

Installation

Packilog is currently distributed via pypi. Install it with pip install packilog.

Usage

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.