0.1.4
Notable changes in this release:
- Renamed byte_width to byte_lanes
- Added ability to override byte_size and lane_count in AXI stream constructors
- Added ability to cast
AxiStreamFrametobytes - Changed
send(),recv(),write(), andread()to async blocking calls, and added non-blocking_nowaitversions.