GENLIB_SC_RIGHT.3(October 1, 1997) | GENLIB_SC_RIGHT.3(October 1, 1997) |
GENLIB_SC_RIGHT - place an instance in the current figure at the right of the "reference instance"
#include <genlib.h> void GENLIB_SC_RIGHT(insname, symetry) char ∗insname; char symetry;
See the file buster/alliance/alc_origin.1.en.gz.
SC_RIGHT add an instance in the current cell. The bottom left corner of the abutment box of the instance is placed, after beeing symetrized and/or rotated, toward the bottom right corner of the abutment box of the "reference instance". The newly placed instance becomes the "reference instance". The placement takes place only if the netlist is up to day, because the model of the instance is seeked there, in order to ensure consistency.
The symetry argument can take eight legal values :
"GENLIB_SC_RIGHT impossible : missing GENLIB_DEF_PHFIG"
#include <genlib.h> main() { /∗ Create a figure to work on ∗/ GENLIB_DEF_PHSC("cell"); /∗ Place two instances ∗/ GENLIB_SC_PLACE("ins1", NOSYM, 0L, 0L); GENLIB_SC_RIGHT("ins2", SYM_X); /∗ Save all that on disk ∗/ GENLIB_SAVE_PHSC(); }
genlib(1), GENLIB_DEF_PHSC.3), GENLIB_SAVE_PHSC.3), GENLIB_SC_PLACE.3), GENLIB_SC_TOP.3), GENLIB_SC_BOTTOM.3), GENLIB_SC_LEFT.3), GENLIB_DEF_PHINS(3), GENLIB_FLATTEN_PHFIG(3), GENLIB_FLATTEN_ALL_PHINS(3), GENLIB_LOINS.3).
See the file buster/alliance/alc_bug_report.1.en.gz.
ASIM/LIP6 | PROCEDURAL GENERATION LANGUAGE |