Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCAP cannot configure multiple devices on the same chassis #303

Open
boanergies opened this issue Aug 19, 2024 · 2 comments
Open

MCAP cannot configure multiple devices on the same chassis #303

boanergies opened this issue Aug 19, 2024 · 2 comments

Comments

@boanergies
Copy link

boanergies commented Aug 19, 2024

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.

@anirudha1977
Copy link
Contributor

Hi,
At this point, I do not have an answer to your query. We will keep exploring on this.
Sorry abt it.

regards

@boanergies
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants