HLD update: Adding support for FPGA devices in PDDF#1232
Merged
yxieca merged 5 commits intosonic-net:masterfrom Mar 15, 2023
Merged
HLD update: Adding support for FPGA devices in PDDF#1232yxieca merged 5 commits intosonic-net:masterfrom
yxieca merged 5 commits intosonic-net:masterfrom
Conversation
Contributor
Author
|
Please review. |
Contributor
Author
|
@jostar-yang please help review |
qnos
previously approved these changes
Feb 1, 2023
8ab1b7a to
9ab9f1e
Compare
8 tasks
Collaborator
|
#13484 need be added into the PR list @FuzailBrcm can you please help to update this HLD? Thanks. |
Collaborator
|
@lguohan can you please check and merge this PR? Thanks. |
yxieca
approved these changes
Mar 15, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HW vendors use FPGA devices in their platform design.
In one of the use cases, the FPGA is connected to CPU via I2C bus. Such FPGAs are similar to any other I2C device with I2C address and adapter where they are connected. We are calling it FPGAI2C.
The other use case is where the FPGA is connected to CPU via PCIe. The FPGA also acts as the I2C controller and other devices are controlled by it. We are calling this design as FPGAPCIe.
This update in the PDDF HLD deals with the support for these two kind of FPGAs.