* Improve reset code - warn about dropped operations, trigger events to prevent deadlocks, track operations actively being processed * Enforce max queue depth and throw QueueEmpty and QueueFull exceptions in non-blocking operations on streaming interfaces
0.1.8
Notable changes in this release:
* Use cocotb async queues
0.1.6
Notable changes in this release:
* Properly implement resets * Store simulation times in frames (start, end, and SFD) * Add tx_complete fields in frames
0.1.4
Notable changes in this release:
* Added MII simulation model * Added _mii_mode_ attribute to GMII and RGMII models * Added MII, GMII, and RGMII PHY models * Improved reset implementation
0.1.2
Notable changes in this release:
* Added ability to cast `GmiiFrame` and `XgmiiFrame` to bytes * Changed `send()` and `recv()` to async blocking calls, and added non-blocking `send_nowait()` and `recv_nowait()`.