Skip to content

Commit

Permalink
Update cocotb 2.0 version tested
Browse files Browse the repository at this point in the history
b9dd5ee1 is most recent cocotb 2.0 version as of 2024-09-24
  • Loading branch information
p12tic authored and ktbarrett committed Oct 9, 2024
1 parent 09d1d65 commit 8269cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
python-version: ["3.6", "3.12"]
# NOTE: align with versions in noxfile.py:
cocotb-version: ["1.6.0", "1.9.0", "github-828d127e"]
cocotb-version: ["1.6.0", "1.9.0", "github-b9dd5ee1"]
include:
- sim: icarus
sim-version: apt
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


@nox.session
@nox.parametrize("cocotb", ["1.6.0", "1.9.0", "github-828d127e"])
@nox.parametrize("cocotb", ["1.6.0", "1.9.0", "github-b9dd5ee1"])
def tests(session, cocotb):
if cocotb.startswith("github-"):
cocotb_req = "git+https://github.com/cocotb/cocotb@" + cocotb[len("github-"):]
Expand Down

0 comments on commit 8269cbd

Please sign in to comment.