I’m using PYNQ v3.0.1.
Can I use the pynq.overlay class Overlay function to load an XSA file instead of a BIT file?
In other words can I do this:
ol = Overlay.(“my.xsa”)
1 Like
Hi @Kevin,
Welcome to the PYNQ community.
Yes, since PYNQ 3.0.0 loading an overlay with the format xsa
is supported.
Mario
1 Like