-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
base: main
Are you sure you want to change the base?
Conversation
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.
Test it on hardware!
03f2455
to
04cba86
Compare
04cba86
to
fd1f494
Compare
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.
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), |
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.
spi0_miso_3w not defined
ad_3w_spi #( | ||
.NUM_OF_SLAVES(1) | ||
) i_spi ( | ||
.spi_csn(spi_3_to_8_csn[2]), |
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.
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), |
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.
fmcomms8_miso_3w not defined
The fail is caused by SPI interface timing