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

Fix fmcomms8 timing on zcu102 & adrv9009zu11eg #1079

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AndrDragomir
Copy link
Contributor

The fail is caused by SPI interface timing

@AndrDragomir AndrDragomir requested a review from a team February 1, 2023 11:43
Copy link
Contributor

@FilipG24 FilipG24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test it on hardware!

@AndrDragomir AndrDragomir force-pushed the fix_fmcomms8_timing branch 3 times, most recently from 03f2455 to 04cba86 Compare August 7, 2023 10:46
Copy link
Contributor

@acostina acostina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fmcomms8_spi.v module should also be removed.
I think the pull request should be split in two, one for the fmcomms8 project and one for adrv9009zu11eg project.

.spi_clk(spi_clk),
.spi_mosi(spi_mosi),
.spi_miso_i(spi_miso_s),
.spi_miso_o(spi0_miso),
.spi_miso(spi0_miso_3w),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spi0_miso_3w not defined

ad_3w_spi #(
.NUM_OF_SLAVES(1)
) i_spi (
.spi_csn(spi_3_to_8_csn[2]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adrv9009zu11eg_spi is implementing 3wire for spi_3_to_8_csn[2] and spi_3_to_8_csn[3], the replacement should do the same

.spi_csn (spi_3_to_8_csn[2]),
.spi_clk (spi_clk),
.spi_mosi (spi_mosi),
.spi_miso (fmcomms8_miso_3w),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fmcomms8_miso_3w not defined

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

Successfully merging this pull request may close these issues.

3 participants