Skip to content

Commit

Permalink
ad7616: Updated FPGA part number (#134)
Browse files Browse the repository at this point in the history
- Using the 7-series Xilinx FPGA part, since the original Ultrascale+ part has different properties and requirements for the MMCM clock generation and the AD7616 project implementation is only available for Zedboard

Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely authored Nov 13, 2024
1 parent c478238 commit ee6a6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbenches/project/ad7616/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if {[expr {![info exists use_smartconnect]}]} {
}

# Create the project
adi_sim_project_xilinx $project_name "xcvu9p-flga2104-2L-e"
adi_sim_project_xilinx $project_name "xc7z020clg484-1"

# Add test files to the project
adi_sim_project_files [list \
Expand Down

0 comments on commit ee6a6d7

Please sign in to comment.