axi_jesd_gt: changed clock and reset naming to be consistent with the other projects
parent
06b7916303
commit
9b2a106aa0
|
@ -668,8 +668,8 @@ module axi_jesd_gt #(
|
||||||
|
|
||||||
// axi - clock & reset
|
// axi - clock & reset
|
||||||
|
|
||||||
input axi_aclk,
|
input s_axi_aclk,
|
||||||
input axi_aresetn,
|
input s_axi_aresetn,
|
||||||
|
|
||||||
// axi interface
|
// axi interface
|
||||||
|
|
||||||
|
@ -831,8 +831,8 @@ module axi_jesd_gt #(
|
||||||
|
|
||||||
// signal name changes
|
// signal name changes
|
||||||
|
|
||||||
assign up_rstn = axi_aresetn;
|
assign up_rstn = s_axi_aresetn;
|
||||||
assign up_clk = axi_aclk;
|
assign up_clk = s_axi_aclk;
|
||||||
|
|
||||||
// pll
|
// pll
|
||||||
|
|
||||||
|
|
|
@ -24,16 +24,7 @@ adi_ip_properties axi_jesd_gt
|
||||||
adi_ip_constraints axi_jesd_gt [list \
|
adi_ip_constraints axi_jesd_gt [list \
|
||||||
"axi_jesd_gt_constr.xdc" ]
|
"axi_jesd_gt_constr.xdc" ]
|
||||||
|
|
||||||
ipx::remove_bus_interface qpll0_rst [ipx::current_core]
|
ipx::associate_bus_interfaces -busif m_axi -clock s_axi_aclk [ipx::current_core]
|
||||||
ipx::remove_bus_interface qpll1_rst [ipx::current_core]
|
|
||||||
|
|
||||||
set_property value m_axi:s_axi [ipx::get_bus_parameters ASSOCIATED_BUSIF \
|
|
||||||
-of_objects [ipx::get_bus_interfaces axi_aclk \
|
|
||||||
-of_objects [ipx::current_core]]]
|
|
||||||
|
|
||||||
set_property value axi_aresetn [ipx::get_bus_parameters ASSOCIATED_RESET \
|
|
||||||
-of_objects [ipx::get_bus_interfaces axi_aclk \
|
|
||||||
-of_objects [ipx::current_core]]]
|
|
||||||
|
|
||||||
adi_if_infer_bus ADI:user:if_gt_qpll slave gt_qpll_0 [list \
|
adi_if_infer_bus ADI:user:if_gt_qpll slave gt_qpll_0 [list \
|
||||||
"qpll_rst qpll0_rst "\
|
"qpll_rst qpll0_rst "\
|
||||||
|
|
Loading…
Reference in New Issue