From 6ea866d70a559078111eeb91a55f7190e093bd47 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Fri, 9 Jan 2015 15:17:54 +0530 Subject: [PATCH] canps : added common namespace to all common tcl commands. Signed-off-by: Kishore Kumar Korathaluri --- XilinxProcessorIPLib/drivers/canps/data/canps_tapp.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/canps/data/canps_tapp.tcl b/XilinxProcessorIPLib/drivers/canps/data/canps_tapp.tcl index a8a98737..27f0e314 100755 --- a/XilinxProcessorIPLib/drivers/canps/data/canps_tapp.tcl +++ b/XilinxProcessorIPLib/drivers/canps/data/canps_tapp.tcl @@ -86,7 +86,7 @@ proc gen_init_code {swproj mhsinst} { } if {$swproj == 1} { - set ipname [get_property NAME $mhsinst] + set ipname [common::get_property NAME $mhsinst] set decl " static XCanPs ${ipname};" set inc_file_lines $decl return $inc_file_lines @@ -101,9 +101,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 {