xilffs : added namespace for all HSI TCL commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
1b74d44d6d
commit
135c380056
1 changed files with 3 additions and 3 deletions
|
@ -45,10 +45,10 @@
|
|||
#---------------------------------------------
|
||||
|
||||
proc ffs_drc {libhandle} {
|
||||
|
||||
|
||||
# Check if any IP instances that use FATFS are present
|
||||
set sw_processor [get_sw_processor]
|
||||
set processor [get_cells [get_property HW_INSTANCE $sw_processor]]
|
||||
set sw_processor [hsi::get_sw_processor]
|
||||
set processor [hsi::get_cells [get_property HW_INSTANCE $sw_processor]]
|
||||
|
||||
set ffs_periphs_list [get_ffs_periphs $processor]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue