scuwdt : added namespace for all HSI TCL commands.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
This commit is contained in:
parent
04e818ac3d
commit
d72314f618
1 changed files with 1 additions and 6 deletions
|
@ -98,20 +98,15 @@ proc gen_testfunc_call {swproj mhsinst} {
|
||||||
}
|
}
|
||||||
|
|
||||||
set ipname [get_property NAME $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 deviceid [::hsi::utils::get_ip_param_name $mhsinst "DEVICE_ID"]
|
||||||
set stdout [get_property CONFIG.STDOUT [hsi::get_os]]
|
set stdout [get_property CONFIG.STDOUT [hsi::get_os]]
|
||||||
>>>>>>> scuwdt : added namespace for all HSI TCL commands.
|
|
||||||
if { $stdout == "" || $stdout == "none" } {
|
if { $stdout == "" || $stdout == "none" } {
|
||||||
set hasStdout 0
|
set hasStdout 0
|
||||||
} else {
|
} else {
|
||||||
set hasStdout 1
|
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
|
set intcvar intc
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue