systemrdl-compiler
systemrdl-compiler copied to clipboard
[BUG] example for MyUDPDefinition has an incorrect import
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