diff --git a/XilinxProcessorIPLib/drivers/dmaps/data/dmaps_tapp.tcl b/XilinxProcessorIPLib/drivers/dmaps/data/dmaps_tapp.tcl index 9b6e1284..153298d9 100755 --- a/XilinxProcessorIPLib/drivers/dmaps/data/dmaps_tapp.tcl +++ b/XilinxProcessorIPLib/drivers/dmaps/data/dmaps_tapp.tcl @@ -92,12 +92,12 @@ proc gen_testfunc_call {swproj mhsinst} { return "" } - set ipname [get_property NAME $mhsinst] + set ipname [common::get_property NAME $mhsinst] if {"ps7_dma_ns" == $ipname} { return "" } set deviceid [::hsi::utils::get_ip_param_name $mhsinst "DEVICE_ID"] - set stdout [get_property CONFIG.STDOUT [hsi::get_os]] + set stdout [common::get_property CONFIG.STDOUT [hsi::get_os]] if { $stdout == "" || $stdout == "none" } { set hasStdout 0 } else {