From 81834a573629f108e5ffa8e4a9756d65896fbaf6 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 1396b801..087e8769 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 {