https://github.com/jesus89/vpm
Verilog package manager
https://github.com/jesus89/vpm
Last synced: 3 months ago
JSON representation
Verilog package manager
- Host: GitHub
- URL: https://github.com/jesus89/vpm
- Owner: Jesus89
- License: gpl-2.0
- Created: 2016-01-25T15:43:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T19:43:33.000Z (over 1 year ago)
- Last Synced: 2025-01-21T22:44:33.035Z (5 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```