Skip to content

Commit

Permalink
adi_ip_xilinx: Add constraint files to constrs_1 fileset
Browse files Browse the repository at this point in the history
  • Loading branch information
Istvan Csomortani authored and Csomi committed Oct 3, 2019
1 parent 8895b08 commit fd74c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/scripts/adi_ip_xilinx.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ proc adi_ip_files {ip_name ip_files} {
foreach m_file $ip_files {
if {[file extension $m_file] eq ".xdc"} {
lappend ip_constr_files $m_file
add_files -norecurse -fileset constrs_1 $m_file
}
}

Expand Down

0 comments on commit fd74c27

Please sign in to comment.