Query: genlib_reverse_phcon
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENLIB_REVERSE_PHCON.3(October 1, 1997) GENLIB_REVERSE_PHCON.3(October 1, 1997)NAMEGENLIB_REVERSE_PHCON - reverse the order of physical connectors on a bus.SYNOPSYS#include <genlib.h> void GENLIB_REVERSE_PHCON(basename) char *basename;ORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frPARAMETERSbasename Radical of the vector to be reversed.DESCRIPTIONREVERSE_PHCON will change the indexes of the vector called basename, making the greatest values the smallest and so on. Both hard connec- tors, created by PHCON(3) like functions and virtual ones, done with PHREF(3), will be taken into account for the reverse operation. This function is mainly useful to implement the msb0 options of the Alliance CAD system module generators, as the whole design can be done with the designer choosen bit ordering, and modified on user demand only before saving.EXAMPLE#include <genlib.h> main() { GENLIB_DEF_PHFIG("rom"); /* Create a figure to work on */ . . . /* Reverse the bit ordering if needed */ if (msb0) GENLIB_REVERSE_PHCON("adr"); /* Save all that on disk */ GENLIB_SAVE_PHFIG(); }SEE ALSOgenlib(1), GENLIB_PHCON(3), GENLIB_PHREF(3), GENLIB_COPY_UP_CON(3), GENLIB_COPY_UP_ALL_CON(3), GENLIB_COPY_UP_CON_FACE(3), GEN- LIB_COPY_UP_REF(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.PROCEDURAL GENERATION LANGUAGEASIM/LIP6 GENLIB_REVERSE_PHCON.3(October 1, 1997)
Related Man Pages |
---|
genlib_flatten_phfig(3) - debian |
genlib_phref(3) - suse |
genlib_phref(3) - x11r4 |
genlib_phref(3) - bsd |
genlib_phref(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
reverse of basename |
VariCAD 2008 1.02 (Default branch) |
VariCAD 2008 1.03 (Default branch) |
VariCAD 2008 2.03 (Default branch) |
VariCAD 2008 3.04 (Default branch) |