xilisf : added namespace for all HSI TCL commands.

Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
Kishore Kumar Korathaluri 2015-01-05 15:23:17 +05:30 committed by Nava kishore Manne
parent 135c380056
commit 95c6313f7a

View file

@ -54,8 +54,8 @@ proc isf_drc {libhandle} {
puts "Running DRC for XilIsf library... \n"
# find the list of xps or opb spi cores
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 spi_periphs_list [get_spi_periphs $processor]