Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion source/hw-spec/controller/addresses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ controller.
configurations that support hardware synchronization, resetting the
acquisition counter through ``ACQ_CNT_RESET`` on a device with a
``SYNC_HW_ADDR`` of 0x00000000 will broadcast a hardware signal to all
connected non-zero controllers, resetting all counters simultaneously.
connected non-zero addressed controllers, resetting all counters
simultaneously.

.. note:: Hardware synchronization is guaranteed only among controllers with
the same hardware implementation and that indicate support for this
Expand Down
2 changes: 1 addition & 1 deletion source/hw-spec/controller/channels/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract communication channels:
#. :ref:`data-rd-chan`: Read-only, high-bandwidth stream of device output
:ref:`frames<frame>` from controller to host.
#. :ref:`data-wr-chan`: Write-only, high-bandwidth stream of device input
:ref:`frames<frame>` from mhost to controller.
:ref:`frames<frame>` from host to controller.
#. :ref:`sig-chan`: Read-only stream of short-messages and asynchronous hardware
events from controller to host.
#. :ref:`conf-chan`: Bidirectional, addressed access to device registers.
Expand Down