Skip to content

Commit

Permalink
Add cocotb and cocotb-test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nelgau committed Oct 5, 2022
1 parent a3b07f6 commit 314c770
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 10 deletions.
79 changes: 69 additions & 10 deletions gateware/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions gateware/pyproject.toml
Expand Up @@ -18,6 +18,9 @@ luna = {git = "https://github.com/greatscottgadgets/luna.git", branch="main"}
lambdasoc = {git = "https://github.com/nelgau/lambdasoc.git", branch="fix-compiler-rt"}
litex = {git = "https://github.com/enjoy-digital/litex"}
litedram = {git = "https://github.com/enjoy-digital/litedram.git"}
# Cosimulation testing dependencies
cocotb = "^1.7.1"
cocotb-test = {git = "https://github.com/nelgau/cocotb-test.git", branch="master"}

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 314c770

Please sign in to comment.