You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
423 B
TOML
16 lines
423 B
TOML
[tool.poetry]
|
|
name = "power-fv"
|
|
version = "0.1.0"
|
|
description = "Amaranth HDL library for formal verification of POWER processors"
|
|
authors = ["Jean-François Nguyen <jf@jfng.fr>"]
|
|
license = "BSD"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
jinja2 = "~3.0"
|
|
amaranth = {git = "https://github.com/amaranth-lang/amaranth.git", branch="main"}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|