From 15074af8dbddff6504301b0e67dabd94dbf61d65 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Fri, 9 Jan 2015 15:15:05 +0530 Subject: [PATCH] can : added common namespace to all common tcl commands. Signed-off-by: Kishore Kumar Korathaluri --- XilinxProcessorIPLib/drivers/can/data/can_tapp.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/can/data/can_tapp.tcl b/XilinxProcessorIPLib/drivers/can/data/can_tapp.tcl index b1b20492..92f7e0e3 100755 --- a/XilinxProcessorIPLib/drivers/can/data/can_tapp.tcl +++ b/XilinxProcessorIPLib/drivers/can/data/can_tapp.tcl @@ -102,9 +102,9 @@ proc gen_testfunc_call {swproj mhsinst} { return "" } - set ipname [get_property NAME $mhsinst] + set ipname [common::get_property NAME $mhsinst] 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 {