24 lines
537 B
Tcl
24 lines
537 B
Tcl
# ip
|
|
|
|
source ../scripts/adi_ip.tcl
|
|
|
|
adi_ip_create axi_clkgen
|
|
adi_ip_files axi_clkgen [list \
|
|
"../common/ad_rst.v" \
|
|
"../common/ad_mmcm_drp.v" \
|
|
"../common/up_axi.v" \
|
|
"../common/up_drp_cntrl.v" \
|
|
"../common/up_clkgen.v" \
|
|
"axi_clkgen.v" ]
|
|
|
|
adi_ip_properties axi_clkgen
|
|
|
|
set_property physical_name {s_axi_aclk} [ipx::get_port_map CLK \
|
|
[ipx::get_bus_interface s_axi_signal_clock [ipx::current_core]]]
|
|
|
|
ipx::remove_bus_interface {signal_clock} [ipx::current_core]
|
|
|
|
ipx::save_core [ipx::current_core]
|
|
|
|
|