axi_adxcvr- add m_axi associated clock

main
Rejeesh Kutty 2017-02-02 11:15:59 -05:00
parent 6aadb49e80
commit 1e54b5230f
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ for {set n 0} {$n < 16} {incr n} {
}
set_property value s_axi:m_axi [ipx::get_bus_parameters ASSOCIATED_BUSIF \
-of_objects [ipx::get_bus_interfaces s_axi_aclk -of_objects [ipx::current_core]]]
set_property enablement_dependency \
{spirit:decode(id('MODELPARAM_VALUE.TX_OR_RX_N')) = 0} \
[ipx::get_bus_interfaces m_axi -of_objects [ipx::current_core]]