From d72314f6188e5c2035988cee48f93807811aa4ab Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Thu, 9 Apr 2015 13:32:08 +0530 Subject: [PATCH] scuwdt : added namespace for all HSI TCL commands. Signed-off-by: Nava kishore Manne --- XilinxProcessorIPLib/drivers/scuwdt/data/scuwdt_tapp.tcl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/scuwdt/data/scuwdt_tapp.tcl b/XilinxProcessorIPLib/drivers/scuwdt/data/scuwdt_tapp.tcl index b0b2761c..2659c15e 100755 --- a/XilinxProcessorIPLib/drivers/scuwdt/data/scuwdt_tapp.tcl +++ b/XilinxProcessorIPLib/drivers/scuwdt/data/scuwdt_tapp.tcl @@ -98,20 +98,15 @@ proc gen_testfunc_call {swproj mhsinst} { } set ipname [get_property NAME $mhsinst] -<<<<<<< HEAD - set deviceid [::hsm::utils::get_ip_param_name $mhsinst "DEVICE_ID"] - set stdout [get_property CONFIG.STDOUT [get_os]] -======= set deviceid [::hsi::utils::get_ip_param_name $mhsinst "DEVICE_ID"] set stdout [get_property CONFIG.STDOUT [hsi::get_os]] ->>>>>>> scuwdt : added namespace for all HSI TCL commands. if { $stdout == "" || $stdout == "none" } { set hasStdout 0 } else { set hasStdout 1 } - set isintr [::hsm::utils::is_ip_interrupting_current_proc $mhsinst] + set isintr [::hsi::utils::is_ip_interrupting_current_proc $mhsinst] set intcvar intc