Skip to content

Commit 5c4b131

Browse files
library/corundum/ethernet: Added XCVU11P FPGA part support
Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
1 parent 9eb8514 commit 5c4b131

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

library/corundum/ethernet/ethernet_ip.tcl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ if [info exists ::env(BOARD)] {
2323
source "$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/ip/cmac_usplus.tcl"
2424
source "$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/ip/cmac_gty.tcl"
2525

26+
# Corundum sources
27+
adi_ip_files ethernet_core_vcu118 [list \
28+
"../ethernet_core_vcu118.v" \
29+
"$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/rtl/sync_signal.v" \
30+
"$ad_hdl_dir/../corundum/fpga/common/rtl/mqnic_port_map_mac_axis.v" \
31+
"$ad_hdl_dir/../corundum/fpga/lib/eth/lib/axis/rtl/sync_reset.v" \
32+
"$ad_hdl_dir/../corundum/fpga/common/rtl/cmac_gty_wrapper.v" \
33+
"$ad_hdl_dir/../corundum/fpga/common/rtl/cmac_gty_ch_wrapper.v" \
34+
"$ad_hdl_dir/../corundum/fpga/common/rtl/rb_drp.v" \
35+
"$ad_hdl_dir/../corundum/fpga/common/rtl/cmac_pad.v" \
36+
"$ad_hdl_dir/../corundum/fpga/common/rtl/mac_ts_insert.v" \
37+
]
38+
} elseif [string equal $board XCVU11P] {
39+
set_property part xcvu11p-flgb2104-2-i [current_project]
40+
41+
source "$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/ip/cmac_usplus.tcl"
42+
source "$ad_hdl_dir/../corundum/fpga/mqnic/VCU118/fpga_100g/ip/cmac_gty.tcl"
43+
2644
# Corundum sources
2745
adi_ip_files ethernet_core_vcu118 [list \
2846
"../ethernet_core_vcu118.v" \

0 commit comments

Comments
 (0)