Skip to content

Commit

Permalink
Libraries/utils: remove bad link to MuxOH
Browse files Browse the repository at this point in the history
This copies what is in master right now.

The presence of this link at an invalid URL is causing
  "make linkcheck" to fail.

http://spinalhdl.github.io/SpinalHDL/#spinal.lib.MuxOH$
  • Loading branch information
dlmiles committed May 11, 2023
1 parent 3ac0e94 commit 779b3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SpinalHDL/Libraries/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ State less utilities
- | Apply a mask on x to only keep the bit set from ``requests``.
| it start looking in ``requests`` from the ``ohPriority`` position.
| For example if ``requests`` is "1001" and ``ohPriority`` is "0010", the ``roundRobin`` function will start looking in `requests` from its second bit and will return "1000".
* - | `MuxOH <http://spinalhdl.github.io/SpinalHDL/#spinal.lib.MuxOH$>`_ (
* - | MuxOH (
| oneHot : IndexedSeq[Bool],
| inputs : Iterable[T]
| )
Expand Down

0 comments on commit 779b3c4

Please sign in to comment.