xilisf : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
6d7277910d
commit
6321767da7
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ proc isf_drc {libhandle} {
|
|||
}
|
||||
|
||||
proc get_spi_periphs {processor} {
|
||||
set periphs_list [::hsm::utils::get_proc_slave_periphs $processor]
|
||||
set periphs_list [::hsi::utils::get_proc_slave_periphs $processor]
|
||||
set spi_periphs_list {}
|
||||
|
||||
global spi_periphs_name_list
|
||||
|
@ -129,7 +129,7 @@ proc execs_generate {libhandle} {
|
|||
proc xgen_opts_file {libhandle} {
|
||||
|
||||
# Open xparameters.h file
|
||||
set file_handle [::hsm::utils::open_include_file "xparameters.h"]
|
||||
set file_handle [::hsi::utils::open_include_file "xparameters.h"]
|
||||
|
||||
# -----------------------------
|
||||
# Generate Flash options
|
||||
|
|
Loading…
Add table
Reference in a new issue