-
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
Update ad469x spi engine #1181
Update ad469x spi engine #1181
Conversation
bc425a1
to
c2e4dbf
Compare
c2e4dbf
to
42d731a
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.
The PR description and the commit message should be modified to also state why this change was done. After the PR is approved, the commits must be squashed
I replaced the SPI Engine connections in the ad469x_bd.tcl with the spi_engine_create procedure found in the spi_engine.tcl script. Through these changes, a more generic instantiation for the spi_engine can be achieved. I also created the ad469x_fmc.txt file for generating the system_constr.xdc file. Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
The system_constr.xdc file is made based on the fmc_constr.xdc file generated by the adi_fmc_constr_generator.tcl script. Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
2e6b90e
to
eb34def
Compare
I modified the Readme.md file Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
projects/ad469x_fmc/Readme.md
Outdated
* Parts : [AD4696, 16-Bit, 16-Channel, 1 MSPS, Easy Drive Multiplexed SAR ADC](https://www.analog.com/ad4696) | ||
* Parts : [AD4695, 16-Bit, 16-Channel, 500 kSPS, Easy Drive Multiplexed SAR ADC](https://www.analog.com/ad4695) | ||
* Parts : [AD4697, 16-Bit, 8-Channel, 500 kSPS, Easy Drive Multiplexed SAR ADC](https://www.analog.com/ad4697) | ||
* Parts : [AD4696, 16-Bit, 8-Channel, 1 MSPS, Easy Drive Multiplexed SAR ADC](https://www.analog.com/ad4696) |
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.
AD4696 appears to be duplicated, can you please remove it?
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. The last part must be ad4698.
Regenerated the Makefile and updated the Readme.md file. Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
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.
Looks good to me!
I edited the ad469x_fmc.txt file. Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
PR Description
I replaced the SPI Engine connections in the ad469x_bd.tcl with the
spi_engine_create procedure found in the spi_engine.tcl script. Through
these changes, a more generic instantiation for the spi_engine can be
achieved. I also created the ad469x_fmc.txt file for generating the system_constr.xdc file.
Linux part works partially. Tested with NO-OS and it does not work.
PR Type
PR Checklist