As you can see below. The jupiter notebook (python based) is using
ol = mtsOverlay(‘mts.bit’)
How can I see mtsOverlay(‘mts.bit’) exact definition and property?
Thanks.
Hi @yefj,
There are a few ways, one is using the ip_dict in pynq that shows all the memory mapped IP and their configuration. The other option is to rebuild the Vivado project and check the configurations there.
Mario
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.