An open API service indexing awesome lists of open source software.

https://github.com/jesus89/vpm

Verilog package manager
https://github.com/jesus89/vpm

Last synced: 3 months ago
JSON representation

Verilog package manager

Awesome Lists containing this project

README

        

# Verilog package manager

Proof of concept

## Installation

```bash
pip install vpm
```

## Commands

```bash
vpm --list
```

```bash
vpm --clear
```

```bash
vpm --install test
```

```bash
vpm --install Jesus89/verilog-test
```