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
Value Returned
Example
pkxPadFile("RF_pkg_pa_sim.sip" "new.sip" "Magic Bytes")
Related Topics
Return to top