wdttb : added hsi namespace to xdefine procs.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
69645a85e0
commit
f954dcfad0
1 changed files with 3 additions and 3 deletions
|
@ -37,8 +37,8 @@
|
|||
##############################################################################
|
||||
|
||||
proc generate {drv_handle} {
|
||||
xdefine_include_file $drv_handle "xparameters.h" "XWdtTb" "NUM_INSTANCES" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR"
|
||||
xdefine_config_file $drv_handle "xwdttb_g.c" "XWdtTb" "DEVICE_ID" "C_BASEADDR"
|
||||
::hsi::utils::define_include_file $drv_handle "xparameters.h" "XWdtTb" "NUM_INSTANCES" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR"
|
||||
::hsi::utils::define_config_file $drv_handle "xwdttb_g.c" "XWdtTb" "DEVICE_ID" "C_BASEADDR"
|
||||
|
||||
xdefine_canonical_xpars $drv_handle "xparameters.h" "WdtTb" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR"
|
||||
::hsi::utils::define_canonical_xpars $drv_handle "xparameters.h" "WdtTb" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue