From 136d49b37b6780377d73a9ef67f0cef0d49262cd Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Mon, 12 Jan 2015 09:35:56 +0530 Subject: [PATCH] wdtps : added common namespace to all common tcl commands. Signed-off-by: Kishore Kumar Korathaluri --- XilinxProcessorIPLib/drivers/wdtps/data/wdtps_tapp.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/wdtps/data/wdtps_tapp.tcl b/XilinxProcessorIPLib/drivers/wdtps/data/wdtps_tapp.tcl index e3dfb439..5f78007e 100755 --- a/XilinxProcessorIPLib/drivers/wdtps/data/wdtps_tapp.tcl +++ b/XilinxProcessorIPLib/drivers/wdtps/data/wdtps_tapp.tcl @@ -89,9 +89,9 @@ proc gen_testfunc_call {swproj mhsinst} { return "" } - set ipname [get_property NAME $mhsinst] + set ipname [common::get_property NAME $mhsinst] set deviceid [hsm::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 {