axi_dmac: Fix constraint
Change the constraint file extension to .xdc, no more need for the .tcl workaround.main
parent
b10ba49425
commit
96899313d8
|
@ -29,11 +29,11 @@ adi_ip_files axi_dmac [list \
|
|||
"response_generator.v" \
|
||||
"axi_dmac.v" \
|
||||
"axi_repack.v" \
|
||||
"axi_dmac_constr.tcl" ]
|
||||
"axi_dmac_constr.xdc" ]
|
||||
|
||||
adi_ip_properties axi_dmac
|
||||
adi_ip_constraints axi_dmac [list \
|
||||
"axi_dmac_constr.tcl" ]
|
||||
"axi_dmac_constr.xdc" ]
|
||||
|
||||
set_property physical_name {s_axi_aclk} [ipx::get_port_map CLK \
|
||||
[ipx::get_bus_interface s_axi_signal_clock [ipx::current_core]]]
|
||||
|
|
Loading…
Reference in New Issue