Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

pkxPadFile

pkxPadFile(
t_fileName 
t_newFileName 
g_magicBytes
)
=> t / nil

Description

(Virtuoso MultiTech Framework Only) Pads the specified SiP file with so-called magic bytes up front. Magic bytes are a set of bytes that can be added to a SiP file to encrypt it. The import assisted flow takes a SiP file as an input to generate a Virtuoso RF Solution 5x hierarchy. In the process, the original SiP file can be modified incrementally in the assisted export flow. However, to ensure that the original SiP file can be retrieved, it is padded before any modification is done.

Arguments

t_fileName

Name of the SiP file to be padded.

t_newFileName

New file name after padding.

g_magicBytes

A set of bytes to be added to the SiP file.

Value Returned

t

The specified file was padded.

nil

The operation failed.

Example

pkxPadFile("RF_pkg_pa_sim.sip" "new.sip" "Magic Bytes")

Related Topics

pkxUnPadFile


Return to top
 ⠀
X