|
1 | 1 | ############################################################################### |
2 | | -## Copyright (C) 2019-2024 Analog Devices, Inc. All rights reserved. |
| 2 | +## Copyright (C) 2019-2025 Analog Devices, Inc. All rights reserved. |
3 | 3 | ### SPDX short identifier: ADIBSD |
4 | 4 | ############################################################################### |
5 | 5 |
|
@@ -49,22 +49,49 @@ adi_project ad9082_fmca_ebz_vcu118 0 [list \ |
49 | 49 | TX_NUM_LINKS [get_env_param TX_NUM_LINKS 1 ] \ |
50 | 50 | RX_KS_PER_CHANNEL [get_env_param RX_KS_PER_CHANNEL 64 ] \ |
51 | 51 | TX_KS_PER_CHANNEL [get_env_param TX_KS_PER_CHANNEL 64 ] \ |
| 52 | + CORUNDUM [get_env_param CORUNDUM 0 ] \ |
52 | 53 | ] |
53 | 54 |
|
54 | 55 | adi_project_files ad9082_fmca_ebz_vcu118 [list \ |
55 | | - "../../ad9081_fmca_ebz/vcu118/system_top.v" \ |
56 | 56 | "../../ad9081_fmca_ebz/vcu118/system_constr.xdc"\ |
57 | 57 | "../../ad9081_fmca_ebz/vcu118/timing_constr.xdc"\ |
58 | 58 | "../../../library/common/ad_3w_spi.v"\ |
59 | 59 | "$ad_hdl_dir/library/common/ad_iobuf.v" \ |
60 | | - "$ad_hdl_dir/projects/common/vcu118/vcu118_system_constr.xdc" ] |
| 60 | + "$ad_hdl_dir/projects/common/vcu118/vcu118_system_constr.xdc" \ |
| 61 | +] |
| 62 | + |
| 63 | +if {[get_env_param CORUNDUM 0] == 1} { |
| 64 | + adi_project_files ad9082_fmca_ebz_vcu118 [list \ |
| 65 | + "../../ad9081_fmca_ebz/vcu118/system_constr_corundum.xdc" \ |
| 66 | + "../../ad9081_fmca_ebz/vcu118/system_top_corundum.v" \ |
| 67 | + "$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/boot.xdc" \ |
| 68 | + "$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/rtl/sync_signal.v" \ |
| 69 | + ] |
| 70 | + |
| 71 | + add_files -fileset constrs_1 -norecurse [list \ |
| 72 | + "$ad_hdl_dir/../corundum/fpga/common/syn/vivado/rb_drp.tcl" \ |
| 73 | + "$ad_hdl_dir/library/corundum/scripts/sync_reset.tcl" \ |
| 74 | + "$ad_hdl_dir/../corundum/fpga/common/syn/vivado/cmac_gty_wrapper.tcl" \ |
| 75 | + "$ad_hdl_dir/../corundum/fpga/common/syn/vivado/cmac_gty_ch_wrapper.tcl" \ |
| 76 | + "$ad_hdl_dir/../corundum/fpga/common/syn/vivado/mqnic_rb_clk_info.tcl" \ |
| 77 | + "$ad_hdl_dir/../corundum/fpga/common/syn/vivado/mqnic_ptp_clock.tcl" \ |
| 78 | + "$ad_hdl_dir/../corundum/fpga/common/syn/vivado/mqnic_port.tcl" \ |
| 79 | + "$ad_hdl_dir/../corundum/fpga/lib/eth/lib/axis/syn/vivado/axis_async_fifo.tcl" \ |
| 80 | + "$ad_hdl_dir/../corundum/fpga/lib/eth/syn/vivado/ptp_td_leaf.tcl" \ |
| 81 | + "$ad_hdl_dir/../corundum/fpga/lib/eth/syn/vivado/ptp_td_rel2tod.tcl" \ |
| 82 | + ] |
| 83 | +} else { |
| 84 | + adi_project_files ad9082_fmca_ebz_vcu118 [list \ |
| 85 | + "../../ad9081_fmca_ebz/vcu118/system_top.v" \ |
| 86 | + ] |
| 87 | +} |
61 | 88 |
|
62 | 89 | # Avoid critical warning in OOC mode from the clock definitions |
63 | 90 | # since at that stage the submodules are not stiched together yet |
64 | 91 | if {$ADI_USE_OOC_SYNTHESIS == 1} { |
65 | 92 | set_property used_in_synthesis false [get_files timing_constr.xdc] |
66 | 93 | } |
67 | 94 |
|
68 | | -set_property strategy Performance_ExtraTimingOpt [get_runs impl_1] |
| 95 | +set_property strategy Congestion_SpreadLogic_high [get_runs impl_1] |
69 | 96 |
|
70 | 97 | adi_project_run ad9082_fmca_ebz_vcu118 |
0 commit comments