1 Star 1 Fork 1

dxx-openhdl/verilog-pcie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Forencich 提交于 2023-06-24 13:37 +08:00 . Update cocotbext-pcie
# tox configuration
[tox]
envlist = py3
skipsdist = True
minversion = 3.2.0
requires = virtualenv >= 16.1
[gh-actions]
python =
3.10: py3
[testenv]
deps =
pytest == 7.2.1
pytest-xdist == 3.1.0
pytest-split == 0.8.0
cocotb == 1.7.2
cocotb-bus == 0.2.1
cocotb-test == 0.2.4
cocotbext-axi == 0.1.24
cocotbext-pcie == 0.2.14
jinja2 == 3.1.2
commands =
pytest {posargs:-n auto --verbose}
# pytest configuration
[pytest]
testpaths =
tb
example
norecursedirs =
lib
addopts =
--ignore-glob=tb/test_*.py
--import-mode importlib
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Verilog
1
https://gitee.com/dxx-openhdl/verilog-pcie.git
git@gitee.com:dxx-openhdl/verilog-pcie.git
dxx-openhdl
verilog-pcie
verilog-pcie
master

搜索帮助