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

question on using ipbus to communicate with i2c on the ps side #175

Open
kjazatlas opened this issue Jun 9, 2020 · 1 comment
Open

question on using ipbus to communicate with i2c on the ps side #175

kjazatlas opened this issue Jun 9, 2020 · 1 comment

Comments

@kjazatlas
Copy link

hi,
thanks for providing an ipbus project for the zcu102. i have a newbie question. we plan to have connections to i2c and gpio on the ps side of the zynq. but we want to monitor or control these lines via ipbus, which is on the pl side. in the hardware implementation of ipbus, how does one communicate with the ps side of an fpga? thanks for any insight. ..kj

@tswilliams
Copy link
Collaborator

tswilliams commented Jun 24, 2020

Hi,

As long as the I2C and GPIO blocks that you mentioned can be connected to signals in the PL, those signals in the PL can be directly/indirectly connected to the IPbus bus. However, if the PS I2C and GPIO are only accessible from software on running on the PS, and cannot be directly connected to the PL using just firmware / hard blocks (or using some other config for the Zynq), then I'm not sure of the motivation for connecting them to the IPbus bus in the PL. Does that help, or have I misunderstood the question?

Cheers,
Tom

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