systemrdl-compiler icon indicating copy to clipboard operation
systemrdl-compiler copied to clipboard

[BUG] example for MyUDPDefinition has an incorrect import

Open krcb197 opened this issue 1 year ago • 0 comments

Describe the bug The documentation has an example for making a sub class of UDPDefinition which is incorrect:

from systemrdl.components import Field, Signal

Expected behavior Should be:

from systemrdl.component import Field, Signal

Note the lack of s on the end of components

krcb197 avatar Aug 18 '24 18:08 krcb197