Skip to content

Commit

Permalink
V4: Updates after review
Browse files Browse the repository at this point in the history
Signed-off-by: Pop Ioan Daniel <[email protected]>
  • Loading branch information
PIoandan committed Nov 1, 2024
1 parent 6333f3b commit dd1e528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion projects/ad7405_fmc/common/ad7405_bd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ ad_mem_hp2_interconnect sys_cpu_clk sys_ps7/S_AXI_HP2
ad_mem_hp2_interconnect sys_cpu_clk axi_ad7405_dma/m_dest_axi

ad_cpu_interrupt "ps-13" "mb-13" axi_ad7405_dma/irq

8 changes: 4 additions & 4 deletions projects/ad7405_fmc/zed/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ adi_project_files ad7405_fmc_zed [list \
switch $LVDS_CMOS_N {
0 {
adi_project_files ad7405_fmc_zed [list \
"system_top_lvds.v" \
"system_constr_lvds.xdc"]
"system_top_cmos.v" \
"system_constr_cmos.xdc"]
}

1 {
adi_project_files ad7405_fmc_zed [list \
"system_top_cmos.v" \
"system_constr_cmos.xdc"]
"system_top_lvds.v" \
"system_constr_lvds.xdc"]
}
default {
return -code error [format "ERROR: Invalid data line type! Define as \'1\' (single ended) or \'0\' (differential) ..."]
Expand Down

0 comments on commit dd1e528

Please sign in to comment.