Run two different overlay in a single logic

If you change overlay you change the whole design. If you need some functionality, you need to keep switching between Overlays.

i.e. call this each time before you need an overlay.
ol_x = Overlay(bitfile_x)

There will be some time to program each overlay. You would be better creating a new combined overlay if you can.

Cathal