You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I have a chassis with multiple Xilinx FPGAs. We use mcap to load the bitstreams into them. What we found though is mcap will find all the fpgas but only configure one of them as shown in your code:
Our fork essentially just makes sure that for all the devices found they get configured with the same bitstream provided. That for loop that I linked essentially shows it will find all the devices but your code only ends up configuring the last one that was queried. I would think you would just have to do something similar for your own code
Hello I have a chassis with multiple Xilinx FPGAs. We use mcap to load the bitstreams into them. What we found though is mcap will find all the fpgas but only configure one of them as shown in your code:
mcap lib query
We can fork and work out a solution for now but was curious if there is some use of mcap we aren't aware of that might fix this issue.
The text was updated successfully, but these errors were encountered: