Skip to content

0.1.10

Compare
Choose a tag to compare
@alexforencich alexforencich released this 25 Mar 04:39
· 88 commits to master since this release

Notable changes in this release:

  • Remove get_write_resp and get_read_data in AXI models
  • Return operation complete event from init_read and init_write in AXI models
  • Limit channel queue depth in AXI models
  • Use per-ID coroutines for handling AXI transfers in AXI master to support out-of-order operations
  • 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