Bench: Implement Framework for MAC tests #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I need a framework to easily create and send MAC frames, and to receive (and check) MAC frames.
A good addition would be a Wireshark-compatible export.
Started work on this in
f45ded2ca9
by creating a framework based on cocotb.hw_itl
tests have proven this test bench concept to be ideal (and functional) for bringup of the core. Considered stable from3c1c14f953
.Proper self-checking test benches may come at a layer point, but are not required for now.