From 01b43b97f22b7f47c4dff97b767bbddd049bed15 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 8 Apr 2021 19:01:27 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d314441..3497231 100644 --- a/README.md +++ b/README.md @@ -242,8 +242,8 @@ Note: _byte_size_, _byte_lanes_, `len(tdata)`, and `len(tkeep)` are all related, * _pause_: stall the interface (deassert `tready` or `tvalid`) (source/sink only) * _queue_occupancy_bytes_: number of bytes in queue (all) * _queue_occupancy_frames_: number of frames in queue (all) -* _queue_occupancy_limit_bytes_: max number of bytes in queue allowed before tready deassert (sink only) -* _queue_occupancy_limit_frames_: max number of frames in queue allowed before tready deassert (sink only) +* _queue_occupancy_limit_bytes_: max number of bytes in queue allowed before backpressure is applied (source/sink only) +* _queue_occupancy_limit_frames_: max number of frames in queue allowed before backpressure is applied (source/sink only) #### Methods