Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions source/hw-spec/devices/datasheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ frames are accepted, then a statement of such is required.
Bandwidth information
~~~~~~~~~~~~~~~~~~~~~~
A device datasheet MUST specify the expected periodicity and bandwidth for
both its read and write channels, when available.
both its read and write channels, when available.

- For streams with periodic data production, the datasheet must specify the frequency or
possible configurable frequencies at which frames are being transmitted.
- For streams with event-based, non-periodic data, the datasheet must specify the
minimum and maximum rates at which data might be produced.
- For streams with periodic data production or consumption, the datasheet must
specify the frequency or possible configurable frequencies at which frames are
being transmitted or consumed.
- For streams with event-based, non-periodic data, the datasheet must specify
the minimum and maximum rates at which data might be produced or can be
consumed. Minimum rates of 0 are acceptable.

In both cases, the datasheet SHOULD specify one of more typical cases.
In both cases, the datasheet SHOULD specify one or more typical cases.