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.
18 lines
351 B
INI
18 lines
351 B
INI
[metadata]
|
|
name = "power-fv"
|
|
description = "An end-to-end formal verification testbench for POWER processors"
|
|
authors = ["Jean-François Nguyen <jf@jfng.fr>"]
|
|
license = "BSD"
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.8
|
|
install_requires =
|
|
jinja2~=2.11 # for power_fv.build
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests
|
|
tests.*
|
|
cores
|