Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

gdmsubmit

gdmsubmit(
{ G_gdmSpec | q_gdmSpecList }
[ g_description ]
[ g_name ]
[ x_gdmOptions ]
[ g_xtra ]
)
=> t / nil

Description

Submits the files G_gdmSpec represents for the release. Co-managed files in a view are always submitted as a group; co-managed set behavior applies only if G_gdmSpec consists of library elements.

If G_gdmSpec represents a directory that is not a library element, this function works recursively on the directory only if the GDM_RECURSE option was set when G_gdmSpec was created with gdmCreateSpec.

This function is the SKILL equivalent of the gdmsubmit shell command.

Arguments

G_gdmSpec

The gdmSpec object of the library, cell, view, directory, or file to submit for the release.

q_gdmSpecList

A gdmSpecList object containing gdmSpec objects.

g_description

A description of the submit request; specified as a string.

g_name

The integration request name or release name; specified as a string.

x_gdmOptions

One of the following integers:

1: Includes files that are checked out.

0: Indicates no options are set. Default.

g_xtra

String containing additional arguments to be passed to the underlying design management system’s submit command.

Value Returned

t

The files were submitted for the release.

nil

An error occurred and the files were not submitted for the release.

Related Topics

gdmCreateSpec

gdmsubmit


Return to top
 ⠀
X