I want to operate two ips using pynq z2. What I want to operate are mux control and xadc. Mux control uses base.bit and xadc uses .bit that I created.
How can I operate both bitstreams at the same time?
I want to operate two ips using pynq z2. What I want to operate are mux control and xadc. Mux control uses base.bit and xadc uses .bit that I created.
How can I operate both bitstreams at the same time?
Hi,
I do not think you can use both bitstreams, as you usually select one to work (via a command like base = Overlay(‘base.bit’)
Why do you have two bitstreams? Is it possible to combine the base one and the one you created, by adding your modifications in the base one?