GENLIB_COPY_UP_ALL_CON.3(October 1, 1997) | GENLIB_COPY_UP_ALL_CON.3(October 1, 1997) |
GENLIB_COPY_UP_ALL_CON - copy all physical connectors of an instance face in the current figure
#include <genlib.h> void GENLIB_COPY_UP_ALL_CON(face, insname, concatenate) char face, concatenate; char ∗insname;
See the file buster/alliance/alc_origin.1.en.gz.
COPY_UP_ALL_CON copies all instance connectors of the face face of the placed instance called insname into the current layout. The concatenate argument may take two values:
"GENLIB_COPY_UP_ALL_CON impossible : missing GENLIB_DEF_PHFIG"
#include <genlib.h> main() { /∗ Create a figure to work on ∗/ GENLIB_DEF_PHFIG("cell"); . . GENLIB_PLACE_LEFT("gaer0_f", "insN", SYMXY); . . GENLIB_DEF_AB(0L, 0L, 0L, 0L); /∗ Copy all connectors ∗/ GENLIB_COPY_UP_ALL_CON(NORTH, "insN", YES); /∗ Save that on disk ∗/ GENLIB_SAVE_PHFIG(); }
genlib(1), GENLIB_DEF_PHFIG(3), GENLIB_SAVE_PHFIG(3), GENLIB_COPY_UP_CON(3), GENLIB_COPY_UP_CON_FACE(3), GENLIB_PHCON(3), GENLIB_THRU_CON_H(3), GENLIB_THRU_CON_V(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
ASIM/LIP6 | PROCEDURAL GENERATION LANGUAGE |