0.1.10
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