axi_ad9122: Added constraint file

main
Adrian Costina 2014-10-31 17:56:56 +02:00
parent a84397d345
commit 3e9ce71d21
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports dac_clk_in_p]]
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports dac_div_clk]]
set_clock_groups -asynchronous -group [get_clocks -of_objects [get_ports s_axi_aclk]]

View File

@ -23,9 +23,12 @@ adi_ip_files axi_ad9122 [list \
"axi_ad9122_channel.v" \
"axi_ad9122_core.v" \
"axi_ad9122_if.v" \
"axi_ad9122_constr.xdc" \
"axi_ad9122.v" ]
adi_ip_properties axi_ad9122
adi_ip_constraints axi_ad9122 [list \
"axi_ad9122_constr.xdc" ]
ipx::save_core [ipx::current_core]