-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Bypass of spi_axis_reoder IP for Capture Zone 1 and SDI number 2 (ad4630) or 1 (ad4030) #1756
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
base: main
Are you sure you want to change the base?
Conversation
278af3e
to
92fafe0
Compare
V0:
|
92fafe0
to
163149c
Compare
V1:
|
V2:
|
78ca809
to
a8d7821
Compare
V3:
|
dd68fb1
to
a607fb8
Compare
Fix conflicts and update READMEs to include the new parameter |
docs/projects/ad4630_fmc/index.rst
Outdated
@@ -119,6 +119,15 @@ included in the SD card image that is provided with the evaluation board. | |||
:align: center | |||
:alt: AD4630_FMC SPI mode - transfer zone 1 block diagram | |||
|
|||
For 1 SDI (ad4030) or 2 SDIs (ad4630) a special mode can be build that bypass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo - bypasses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/projects/ad4630_fmc/index.rst
Outdated
.. image:: ad463x_hdl_cm0_cz1_no_reorder.svg | ||
:width: 800 | ||
:align: center | ||
:alt: AD4630_FMC SPI mode - transfer zone 1 block diagram without spi_axis_reorder IP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without USING THE spi_axis_reorder IP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Please enter the folder for the FPGA carrier you want to use and read the README.md. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the FPGA carrier THAT you want
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
a607fb8
to
f6c0d23
Compare
V4:
|
f6c0d23
to
e9b7984
Compare
V5:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the name of this configuration in the block diagram (under the diagram), as well as the name of the evaluation board (on top right corner).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/projects/ad4630_fmc/index.rst
Outdated
For 1 SDI (ad4030) or 2 SDIs (ad4630) a special mode can be build that bypasses | ||
the spi_axis_reorder IP and connects the SPI Engine Offload directly to DMA. | ||
For other number of SDIs this special mode is not expected to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For 1 SDI (ad4030) or 2 SDIs (ad4630) a special mode can be build that bypasses | |
the spi_axis_reorder IP and connects the SPI Engine Offload directly to DMA. | |
For other number of SDIs this special mode is not expected to work. | |
For 1 SDI (:adi:`AD4030`) or 2 SDIs (:adi:`AD4630`) a special mode can be built, that bypasses | |
the spi_axis_reorder IP and connects the SPI Engine Offload directly to the DMA. | |
For **other** number of SDIs, this special mode **is not expected to work**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
projects/ad4630_fmc/README.md
Outdated
Please enter the folder for the FPGA carrier you want to use and read the README.md. No newline at end of file | ||
Please enter the folder for the FPGA carrier that you want to use and read the README.md. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it is not according to the template, and that phrase is already grammatically correct as it is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the copyright range
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
projects/ad4630_fmc/zed/README.md
Outdated
NUM_OF_SDI = 1 (ad4030) or NUM_OF_SDI = 2 (ad4630) and directly connects the SPI | ||
Engine to DMA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NUM_OF_SDI = 1 (ad4030) or NUM_OF_SDI = 2 (ad4630) and directly connects the SPI | |
Engine to DMA | |
NUM_OF_SDI = 1 (ad4030) or NUM_OF_SDI = 2 (ad4630) and directly connects the SPI | |
Engine to DMA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the copyright range
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the copyright range
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add the description of this new parameter in the documentation as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Can you please update the title of the PR, to be clearer? |
Remove reorder IP for the mentioned mode and number of SDIs and connected the SPI Engine directly to DMA. This will not work for other modes and number of SDIs. Signed-off-by: Liviu 'Ceshu' Adace <liviu.adace@analog.com>
Signed-off-by: Liviu 'Ceshu' Adace <liviu.adace@analog.com>
Documentation update for the secial case where the spi_axis_reorder IP is bypassed in Capture Zone 1 mode. Signed-off-by: Liviu 'Ceshu' Adace <liviu.adace@analog.com>
e9b7984
to
88fe8f1
Compare
V6:
|
PR Description
Removed spi_axis_reorder IP for ad4630 and ad4030 device with one SDI and Capture Zone 1 for Baylibres implementation of driver, this works only for NUM_OF_SDI 2 or 1
PR Type
PR Checklist