Skip to content

Commit

Permalink
adrv9026: Initial design
Browse files Browse the repository at this point in the history
Signed-off-by: AndrDragomir <andrei.dragomir@analog.com>
  • Loading branch information
AndrDragomir committed Feb 1, 2024
1 parent 70de402 commit 5099767
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion projects/adrv9026/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2023-2024 Analog Devices, Inc.
## Copyright (C) 2018-2024 Analog Devices, Inc.
### SPDX short identifier: BSD-1-Clause
## Auto-generated, do not modify!
###############################################################################
Expand Down
5 changes: 1 addition & 4 deletions projects/adrv9026/zcu102/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
## Copyright (C) 2023-2024 Analog Devices, Inc.
## Copyright (C) 2018-2024 Analog Devices, Inc.
### SPDX short identifier: BSD-1-Clause
## Auto-generated, do not modify!
###############################################################################
Expand All @@ -11,11 +11,8 @@ M_DEPS += ../../scripts/adi_pd.tcl
M_DEPS += ../../common/zcu102/zcu102_system_constr.xdc
M_DEPS += ../../common/zcu102/zcu102_system_bd.tcl
M_DEPS += ../../common/xilinx/dacfifo_bd.tcl
M_DEPS += ../../../library/util_cdc/sync_bits.v
M_DEPS += ../../../library/jesd204/scripts/jesd204.tcl
M_DEPS += ../../../library/common/util_pulse_gen.v
M_DEPS += ../../../library/common/ad_iobuf.v
M_DEPS += ../../../library/common/ad_bus_mux.v

LIB_DEPS += axi_dmac
LIB_DEPS += axi_sysid
Expand Down
3 changes: 1 addition & 2 deletions projects/adrv9026/zcu102/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ adi_project_files adrv9026_zcu102 [list \
"$ad_hdl_dir/library/common/ad_iobuf.v" \
"$ad_hdl_dir/projects/common/zcu102/zcu102_system_constr.xdc" ]

adi_project_run adrv9026_zcu102

adi_project_run adrv9026_zcu102
5 changes: 0 additions & 5 deletions projects/adrv9026/zcu102/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ module system_top (
.O (rx_os_sync_p),
.OB (rx_os_sync_n));

// OBUFDS i_obufds_rx_sync_2 (
// .I (rx_sync_2),
// .O (rx_sync_2_p),
// .OB (rx_sync_2_n));

IBUFDS i_ibufds_tx_sync (
.I (tx_sync_p),
.IB (tx_sync_n),
Expand Down

0 comments on commit 5099767

Please sign in to comment.