Xrfdc driver description looks wrong

PYNQ appears to have correctly associated the xrfdc.RFdc driver for the usp_rf_data_converter in my design:

However if I then query the instance:

The description looks like the description for the DefaultIP driver rather than the xrfdc. Is this just a oversight and the correct description hasn’t been added?

Hi there,

Yes looks like there is no docstring on the RFdc class which inherits the DefaultIP, so it just defaults to that docstring. We can look into adding a docstring in the next release. Thanks for the spot.

Thanks
Shawn

1 Like