From f98a9bf4de3d2a12b0702fedc93dffcf339be95d Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Sun, 8 Dec 2024 22:18:09 -0800 Subject: [PATCH] Fix doc typo. #218 --- docs/api/udp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/udp.rst b/docs/api/udp.rst index 38a3d4a..7aa54c4 100644 --- a/docs/api/udp.rst +++ b/docs/api/udp.rst @@ -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):