GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GENLIB_REVERSE_PHCON.3(October 1, 1997) GENLIB_REVERSE_PHCON.3(October 1, 1997)

GENLIB_REVERSE_PHCON - reverse the order of physical connectors on a bus.

#include <genlib.h>
void GENLIB_REVERSE_PHCON(basename)
char ∗basename;

See the file man1/alc_origin.1.

Radical of the vector to be reversed.

REVERSE_PHCON will change the indexes of the vector called basename, making the greatest values the smallest and so on. Both hard connectors, 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 chosen bit ordering, and modified on user demand only before saving.

#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();
}

genlib(1), GENLIB_PHCON(3), GENLIB_PHREF(3), GENLIB_COPY_UP_CON(3), GENLIB_COPY_UP_ALL_CON(3), GENLIB_COPY_UP_CON_FACE(3), GENLIB_COPY_UP_REF(3).

See the file man1/alc_bug_report.1.

ASIM/LIP6 PROCEDURAL GENERATION LANGUAGE

Search for    or go to Top of page |  Section O |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.