xilskey: Added new version
Support for programming DFT bits is provided. Signed-off-by: VNSL Durga <vnsldurg@xilinx.com> Reviewed-by: Harini Katakam <harinik@xilinx.com>
This commit is contained in:
parent
86f6445653
commit
41169b9bfd
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
|||
# 3.00 vns 31/07/15 Support is being added for Ultrascale and hence
|
||||
# supported processors are a9 and microblaze too.
|
||||
# so supported peripherals option has been removed.
|
||||
# 4.00 vns 09/10/15 Added DFT control bit programming for efusePS Zynq.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
@ -48,6 +49,6 @@ BEGIN LIBRARY xilskey
|
|||
OPTION REQUIRES_OS = (standalone);
|
||||
OPTION APP_LINKER_FLAGS = "-Wl,--start-group,-lxilskey,-lxil,-lgcc,-lc,--end-group";
|
||||
OPTION desc = "Xilinx Secure Key Library ";
|
||||
OPTION VERSION = 3.0;
|
||||
OPTION VERSION = 4.0;
|
||||
OPTION NAME = xilskey;
|
||||
END LIBRARY
|
||||
|
|
Loading…
Add table
Reference in a new issue