iomodule : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
70e3efaf06
commit
4383b75b81
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ proc generate {drv_handle} {
|
|||
$intc_params $io_params]
|
||||
|
||||
eval [xdefine_include_file $drv_handle "xparameters.h" "XIOModule" $all_params]
|
||||
eval [xdefine_config_file $drv_handle "xiomodule_g.c" "XIOModule" $all_params]
|
||||
eval [::hsi::utils::define_config_file $drv_handle "xiomodule_g.c" "XIOModule" $all_params]
|
||||
|
||||
# Generate the following definitions as hexadecimal values in xparameters.h
|
||||
# 5. GPO
|
||||
|
|
Loading…
Add table
Reference in a new issue