Skip to content

Commit

Permalink
Fix doc typo. #218
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Dec 9, 2024
1 parent 9dee7e3 commit f98a9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/udp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Registration of a UDP is done as follows:
.. code-block:: python
from systemrdl.udp import UDPDefinition
from systemrdl.components import Field, Signal
from systemrdl.component import Field, Signal
# 1. Describe your UDP
class MyUDPDefinition(UDPDefinition):
Expand Down

0 comments on commit f98a9bf

Please sign in to comment.