axi_ad9643: Added constraint file

main
Adrian Costina 2014-10-31 17:57:47 +02:00
parent 3e9ce71d21
commit 38652b1c3e
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports adc_clk_in_p]]
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports adc_clk]]
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports s_axi_aclk]]

View File

@ -24,9 +24,12 @@ adi_ip_files axi_ad9643 [list \
"axi_ad9643_pnmon.v" \
"axi_ad9643_channel.v" \
"axi_ad9643_if.v" \
"axi_ad9643_constr.xdc" \
"axi_ad9643.v" ]
adi_ip_properties axi_ad9643
adi_ip_constraints axi_ad9643 [list \
"axi_ad9643_constr.xdc" ]
ipx::save_core [ipx::current_core]