Xilinx / PYNQ_Composable_Pipeline

PYNQ Composabe Overlays
https://pynq-composable.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
67 stars 23 forks source link

Composable class returns `StreamingIP ` type for object that do not exist #81

Closed mariodruiz closed 2 years ago

mariodruiz commented 2 years ago

For instance,

ol = Overlay("cv_dfx_4_pr.bit")
cpipe = ol.composable

cpipe.noattribute

Returns

<pynq_composable.composable.StreamingIP at 0xffff61c1b5e0>

However, it should raise an AttributeError