adi_ip.tcl: adi_ip_constraints: Add support for VHDL projects
Match both xilinx_verilogsynthesis and xilinx_vhdlsynthesis when getting the file group. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>main
parent
7c97e192f2
commit
bfd84edc46
|
@ -47,7 +47,7 @@ proc adi_ip_files {ip_name ip_files} {
|
|||
|
||||
proc adi_ip_constraints {ip_name ip_constr_files {processing_order early}} {
|
||||
|
||||
set proj_filegroup [ipx::get_file_groups xilinx_verilogsynthesis -of_objects [ipx::current_core]]
|
||||
set proj_filegroup [ipx::get_file_groups xilinx_v*synthesis -of_objects [ipx::current_core]]
|
||||
set f [ipx::add_file $ip_constr_files $proj_filegroup]
|
||||
set_property -dict [list \
|
||||
type xdc \
|
||||
|
|
Loading…
Reference in New Issue