Resolve HPR-150
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
requested review from @kooistra
assigned to @walle
1 from typing import Iterable, Union, Optional 2 3 import cocotb 4 from cocotb.utils import hexdump 5 from cocotb.triggers import RisingEdge, ReadOnly 6 from cocotb.binary import BinaryValue 7 from cocotb.result import TestError 8 from cocotb_bus.drivers import ValidatedBusDriver 9 from cocotb_bus.monitors import BusMonitor 10 11 # Note: Copied from AvalonSTPkts in [1] and slightly adapted to use sosi/siso signals 12 # [1] - https://docs.cocotb.org/en/v1.5.1/_modules/cocotb_bus/drivers/avalon.html changed this line in version 2 of the diff
mentioned in commit 2fa27ccf
unassigned @walle
Please register or sign in to reply