Skip to content

Commit

Permalink
xpla3: checked FCLK_MUX.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanda-phi committed May 8, 2024
1 parent bcd20ce commit 17d781f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/xpla3/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,12 @@ at once:
- ``FB[i].FCLK_MUX``: selects ``FCLK*`` routing for this FB. The values are:

- ``GCLK{j}_GCLK{k}``: routes ``FCLK0`` to ``GCLK{j}`` and ``FCLK1`` to ``GCLK{k}``
- ``GCLK{j}_NONE``: routes ``FCLK0`` to ``GCLK{j}`` and ``FCLK1`` to const XXX
- ``NONE_GCLK{j}``: routes ``FCLK0`` to const XXX and ``FCLK1`` to ``GCLK{j}``
- ``NONE``: routes ``FCLK[0-1]`` to const XXX
- ``GCLK{j}_NONE``: routes ``FCLK0`` to ``GCLK{j}`` and ``FCLK1`` to const 0
- ``NONE_GCLK{j}``: routes ``FCLK0`` to const 0 and ``FCLK1`` to ``GCLK{j}``
- ``NONE``: routes ``FCLK[0-1]`` to const 0

See the database for the exact set of allowed values.

.. todo:: check exact semantics of ``NONE``


Product terms
=============
Expand Down

0 comments on commit 17d781f

Please sign in to comment.