File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22import cocotb
33import cocotb .clock
44from cocotb .triggers import RisingEdge
5- from cocotb .runner import get_runner
5+ from cocotb_tools .runner import get_runner
66from cocotbext .ahb import AHBBus , AHBLiteMaster
77import sys
88
Original file line number Diff line number Diff line change 11import cocotb
22import cocotb .clock
33from cocotb .triggers import RisingEdge
4- from cocotb .runner import get_runner
4+ from cocotb_tools .runner import get_runner
55from cocotbext .ahb import AHBBus , AHBLiteMaster
66import sys
77
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99requires-python = " >=3.8"
1010dependencies = [
1111 " PyYAML" ,
12- " cocotb" ,
12+ " cocotb>=2.0.0, <3.0.0 " ,
1313 " pycde>=0.8.0, <0.10.0" ,
1414]
1515
You can’t perform that action at this time.
0 commit comments