xilflash : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
6aff7e370b
commit
7e9fbd75e4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,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 parameters for Flash family support
|
||||
puts $file_handle "/* Xilinx EDK Parallel Flash Library (XilFlash) User Settings */"
|
||||
|
|
Loading…
Add table
Reference in a new issue