axi_ad9122: Added constraint file
parent
a84397d345
commit
3e9ce71d21
|
@ -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]]
|
|
@ -23,9 +23,12 @@ adi_ip_files axi_ad9122 [list \
|
||||||
"axi_ad9122_channel.v" \
|
"axi_ad9122_channel.v" \
|
||||||
"axi_ad9122_core.v" \
|
"axi_ad9122_core.v" \
|
||||||
"axi_ad9122_if.v" \
|
"axi_ad9122_if.v" \
|
||||||
|
"axi_ad9122_constr.xdc" \
|
||||||
"axi_ad9122.v" ]
|
"axi_ad9122.v" ]
|
||||||
|
|
||||||
adi_ip_properties axi_ad9122
|
adi_ip_properties axi_ad9122
|
||||||
|
adi_ip_constraints axi_ad9122 [list \
|
||||||
|
"axi_ad9122_constr.xdc" ]
|
||||||
|
|
||||||
ipx::save_core [ipx::current_core]
|
ipx::save_core [ipx::current_core]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue