Skip to content
Snippets Groups Projects

Resolve HPR-150

Merged Reinier van der Walle requested to merge HPR-150 into master
4 unresolved threads

Closes HPR-150. Note that the testbench needs RTSD-165 to run.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 from zlib import crc32
  • Idem header mist.

    • wat wordt er getest en hoe wordt het geverifieerd?
    • misschien een ASCII block diagram ?
    • Usage: hoe roep je het aan? Kun je ook bijv: 'as 10' doen?
  • Please register or sign in to reply
  • 1 from typing import Iterable, Union, Optional
  • 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
  • 1 from cocotb.log import SimLog
  • added 1 commit

    Compare with previous version

  • merged

  • Eric Kooistra mentioned in commit 2fa27ccf

    mentioned in commit 2fa27ccf

  • Please register or sign in to reply
    Loading