dmaps : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
92f360b7c4
commit
af86875ea5
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ proc gen_testfunc_call {swproj mhsinst} {
|
||||||
if {"ps7_dma_ns" == $ipname} {
|
if {"ps7_dma_ns" == $ipname} {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
set deviceid [::hsm::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 [get_os]]
|
set stdout [get_property CONFIG.STDOUT [get_os]]
|
||||||
if { $stdout == "" || $stdout == "none" } {
|
if { $stdout == "" || $stdout == "none" } {
|
||||||
set hasStdout 0
|
set hasStdout 0
|
||||||
|
@ -104,7 +104,7 @@ proc gen_testfunc_call {swproj mhsinst} {
|
||||||
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
|
||||||
|
|
||||||
set testfunc_call ""
|
set testfunc_call ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue