-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ad469x spi engine 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>
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
FMC_pin FMC_port Schematic_name System_top_name IOSTANDARD Termination | ||
|
||
# ad469x | ||
|
||
D8 FMC_LA01_CC_P SDO ad469x_spi_sdi LVCMOS25 #N/A | ||
D9 FMC_LA01_CC_N SCK ad469x_spi_sclk LVCMOS25 #N/A | ||
G6 FMC_LA00_CC_P CS_N ad469x_spi_cs LVCMOS25 #N/A | ||
G7 FMC_LA00_CC_N CNV_FMC ad469x_spi_cnv LVCMOS25 #N/A | ||
H7 FMC_LA02_P SDI ad469x_spi_sdo LVCMOS25 #N/A | ||
H10 FMC_LA04_P RESET ad469x_resetn LVCMOS25 #N/A | ||
H8 FMC_LA02_N GP0 ad469x_busy_alt_gp0 LVCMOS25 #N/A |
This file contains 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