Skip to content

0.1.4

Choose a tag to compare

@alexforencich alexforencich released this 19 Dec 00:28
· 172 commits to master since this release

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 AxiStreamFrame to bytes
  • Changed send(), recv(), write(), and read() to async blocking calls, and added non-blocking _nowait versions.