You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: fpga/NutShell.tcl
+1-3
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,7 @@ set current_vivado_version [version -short]
25
25
26
26
if { [string first $scripts_vivado_version$current_vivado_version] == -1 } {
27
27
puts""
28
-
catch {common::send_msg_id "BD_TCL-109""ERROR""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
29
-
30
-
return 1
28
+
catch {common::send_msg_id "BD_TCL-1002""WARNING""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
Copy file name to clipboardexpand all lines: fpga/board/PXIe/bd/arm.tcl
+1-3
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,7 @@ set current_vivado_version [version -short]
25
25
26
26
if { [string first $scripts_vivado_version$current_vivado_version] == -1 } {
27
27
puts""
28
-
catch {common::send_msg_id "BD_TCL-109""ERROR""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
29
-
30
-
return 1
28
+
catch {common::send_msg_id "BD_TCL-1002""WARNING""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
Copy file name to clipboardexpand all lines: fpga/board/axu3cg/bd/arm.tcl
+1-3
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,7 @@ set current_vivado_version [version -short]
25
25
26
26
if { [string first $scripts_vivado_version$current_vivado_version] == -1 } {
27
27
puts""
28
-
catch {common::send_msg_id "BD_TCL-109""ERROR""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
29
-
30
-
return 1
28
+
catch {common::send_msg_id "BD_TCL-1002""WARNING""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
Copy file name to clipboardexpand all lines: fpga/board/pynq/bd/standalone.tcl
+1-3
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,7 @@ set current_vivado_version [version -short]
25
25
26
26
if { [string first $scripts_vivado_version$current_vivado_version] == -1 } {
27
27
puts""
28
-
catch {common::send_msg_id "BD_TCL-109""ERROR""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
29
-
30
-
return 1
28
+
catch {common::send_msg_id "BD_TCL-1002""WARNING""This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."}
0 commit comments