Skip to content

Commit

Permalink
Merge pull request #330 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate 4.16.1
  • Loading branch information
ruck314 authored Sep 4, 2024
2 parents 4e3af6d + ecebd54 commit c42011c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vivado/proc/ip_management.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ proc BuildIpCores { } {
source -quiet $::env(RUCKUS_DIR)/vivado/env_var.tcl
source -quiet $::env(RUCKUS_DIR)/vivado/messages.tcl

# Attempt to upgrade before building IP cores
upgrade_ip [get_ips]

# Check if the target project has IP cores
if { [get_ips] != "" } {
# Clear the list of IP cores
Expand Down

0 comments on commit c42011c

Please sign in to comment.