File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cards/silicom/fb2cghh/src/ip Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ array set PARAMS $IP_PARAMS_L
33set IP_COMP_NAME $PARAMS(IP_COMP_NAME)
44if {[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
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ array set PARAMS $IP_PARAMS_L
33set IP_COMP_NAME $PARAMS(IP_COMP_NAME)
44if {[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
You can’t perform that action at this time.
0 commit comments