Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
p12tic committed Sep 25, 2024
1 parent e0d6009 commit 8f9c00f
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
@@ -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
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -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-"):]

0 comments on commit 8f9c00f

Please sign in to comment.