File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
library/corundum/ethernet Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,24 @@ if [info exists ::env(BOARD)] {
23
23
source " $ad_hdl_dir /../corundum/fpga/mqnic/VCU118/fpga_100g/ip/cmac_usplus.tcl"
24
24
source " $ad_hdl_dir /../corundum/fpga/mqnic/VCU118/fpga_100g/ip/cmac_gty.tcl"
25
25
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
+
26
44
# Corundum sources
27
45
adi_ip_files ethernet_core_vcu118 [list \
28
46
" ../ethernet_core_vcu118.v" \
You can’t perform that action at this time.
0 commit comments