Skip to content

Commit 652a8bb

Browse files
committed
Merge branch 'fukac-tivoli-10-25-fix' into 'devel'
fix(card - fb2cghh): fix ETH IP for Vivado 25.1 See merge request ndk/ndk-fpga!327
2 parents 19d2d22 + d4bdb84 commit 652a8bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cards/silicom/fb2cghh/src/ip/pcs_pma_4x10g/pcs_pma_4x10g.ip.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ array set PARAMS $IP_PARAMS_L
33
set IP_COMP_NAME $PARAMS(IP_COMP_NAME)
44
if {[get_ips -quiet $IP_COMP_NAME] eq ""} {
55
if {$PARAMS(IP_GEN_FILES) eq true} {
6-
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 4.1 -module_name $IP_COMP_NAME -dir $PARAMS(IP_BUILD_DIR) -force
6+
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 5.0 -module_name $IP_COMP_NAME -dir $PARAMS(IP_BUILD_DIR) -force
77
} else {
8-
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 4.1 -module_name $IP_COMP_NAME
8+
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 5.0 -module_name $IP_COMP_NAME
99
}
1010
}
1111

cards/silicom/fb2cghh/src/ip/pcs_pma_4x25g/pcs_pma_4x25g.ip.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ array set PARAMS $IP_PARAMS_L
33
set IP_COMP_NAME $PARAMS(IP_COMP_NAME)
44
if {[get_ips -quiet $IP_COMP_NAME] eq ""} {
55
if {$PARAMS(IP_GEN_FILES) eq true} {
6-
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 4.1 -module_name $IP_COMP_NAME -dir $PARAMS(IP_BUILD_DIR) -force
6+
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 5.0 -module_name $IP_COMP_NAME -dir $PARAMS(IP_BUILD_DIR) -force
77
} else {
8-
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 4.1 -module_name $IP_COMP_NAME
8+
create_ip -name xxv_ethernet -vendor xilinx.com -library ip -version 5.0 -module_name $IP_COMP_NAME
99
}
1010
}
1111

0 commit comments

Comments
 (0)