xilflash : added common namespace to all common tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
This commit is contained in:
parent
0e657ff5ef
commit
d98af22ec8
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ proc xgen_opts_file {libhandle} {
|
|||
|
||||
# Generate parameters for Flash family support
|
||||
puts $file_handle "/* Xilinx EDK Parallel Flash Library (XilFlash) User Settings */"
|
||||
set enable_intel [get_property CONFIG.enable_intel $libhandle]
|
||||
set enable_amd [get_property CONFIG.enable_amd $libhandle]
|
||||
set enable_intel [common::get_property CONFIG.enable_intel $libhandle]
|
||||
set enable_amd [common::get_property CONFIG.enable_amd $libhandle]
|
||||
|
||||
if {$enable_intel == false && $enable_amd == false} {
|
||||
error "ERROR: no flash family enabled. enable atleast one flash family in the bsp settings and rebuild the libraries"
|
||||
|
|
Loading…
Add table
Reference in a new issue