-
Notifications
You must be signed in to change notification settings - Fork 7
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
FMC VADJ #16
Comments
Adjustable VADJ would cause adjusting ZU7 supply. I think for now only switch is achievable. |
With recent FPGA families, the only possible VADJ is 1.2V , 1.5V and 1.8V. |
Shall we support disabling VADJ if incompatible FMC is detected by MMC? I'm thinking of the situation when an IC is to be powered by 3.3 and 2.5, but 2.5 turns out to be 1.8. It seems a little bit contrived example though. |
1.8V won't break 1.5V FMC board in most cases. It can simpy not enable VADJ when incompatible card is detected. One must make sure that missing VADJ won't harm the SoC - the same rail may be used to supply other things. |
I may try to add switch for both VADJ rails. |
That's not necessary. You don't want the FMC to steer disabled VADJ bank. Some FMCs are supplied from 3V3 and output voltage to the LA pins. In such a way they may break the FPGA. |
That's why it is essential to supply the FMC EEPROM from management power. |
So, finally we leave it as is. |
Yes, but we should add an issue to the MMC |
It turns out that it was already mentioned on openMMC repo: lnls-dig/openMMC#85. |
If placement constraints allow, for greater interoperability
VADJ
should be adjustable according to the FMC standard, if not possible consider at least isolation ofVADJ
fromP1V8
and add MMC-controlled switch to allow switchingVADJ
off if level requested by FMC is different than 1.8V.The text was updated successfully, but these errors were encountered: