xilrsa : added common namespace to all common tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
3d32d48568
commit
2c607219ab
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@
|
|||
proc rsa_drc {libhandle} {
|
||||
# check processor type
|
||||
set proc_instance [hsi::get_sw_processor];
|
||||
set hw_processor [get_property HW_INSTANCE $proc_instance]
|
||||
set hw_processor [common::get_property HW_INSTANCE $proc_instance]
|
||||
|
||||
set proc_type [get_property IP_NAME [hsi::get_cells $hw_processor]];
|
||||
set proc_type [common::get_property IP_NAME [hsi::get_cells $hw_processor]];
|
||||
|
||||
if { $proc_type != "ps7_cortexa9" } {
|
||||
error "ERROR: This library is supported only for CortexA9 processors.";
|
||||
|
|
Loading…
Add table
Reference in a new issue