~ruther/vhdl-vunit-template

ref: 6bdd527bbcc83d4f1e36a52260355b0810f5fe3d vhdl-vunit-template/pyproject.toml -rw-r--r-- 336 bytes
6bdd527b — Rutherther Initial commit 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "stopwatch"
version = "0.0.1"
description = "Project for NSV course, simple stopwatch"
authors = ["Frantisek Bohacek <bohacfr2@fel.cvut.cz>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
vunit-hdl = "^4.7.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Do not follow this link