Skip to content

Commit cf82a4a

Browse files
committed
ad_quadmxfe1_ebz: Fix critical warnings
-Connect adc/dac_sync_manual_req_in signals in the BD Signed-off-by: Filip Gherman <[email protected]>
1 parent f1712ee commit cf82a4a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

projects/ad_quadmxfe1_ebz/common/ad_quadmxfe1_ebz_bd.tcl

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2019-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

@@ -537,6 +537,13 @@ ad_connect axi_mxfe_rx_jesd/rx_data_tvalid rx_mxfe_tpl_core/link_valid
537537
ad_connect ext_sync rx_mxfe_tpl_core/adc_tpl_core/adc_sync_in
538538
ad_connect rx_mxfe_tpl_core/adc_tpl_core/adc_rst util_mxfe_cpack/reset
539539

540+
ad_ip_instance util_vector_logic manual_sync_or [list \
541+
C_SIZE 1 \
542+
C_OPERATION {or} \
543+
]
544+
ad_connect rx_mxfe_tpl_core/adc_tpl_core/adc_sync_manual_req_out manual_sync_or/Op1
545+
ad_connect manual_sync_or/Res rx_mxfe_tpl_core/adc_tpl_core/adc_sync_manual_req_in
546+
540547
#
541548
# rx tpl to cpack
542549
#
@@ -640,6 +647,8 @@ for {set i 0} {$i < $TX_NUM_OF_CONVERTERS} {incr i} {
640647
}
641648

642649
ad_connect ext_sync tx_mxfe_tpl_core/dac_tpl_core/dac_sync_in
650+
ad_connect tx_mxfe_tpl_core/dac_tpl_core/dac_sync_manual_req_out manual_sync_or/Op2
651+
ad_connect manual_sync_or/Res tx_mxfe_tpl_core/dac_tpl_core/dac_sync_manual_req_in
643652

644653
#
645654
# dac fifo to upack

projects/ad_quadmxfe1_ebz/vcu118/system_project.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
2+
## Copyright (C) 2019-2025 Analog Devices, Inc. All rights reserved.
33
### SPDX short identifier: ADIBSD
44
###############################################################################
55

0 commit comments

Comments
 (0)