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
PHVIA(3) MBK PHYSICAL STRUCTURE DEFINITIONS PHVIA(3)

phvia - mbk physical contact

The phvia structure is used to describe a via or contact belonging to a symbolic layout model, see phfig(3) for details.

The declarations needed to work on phvia are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version.

The following C structure supports the description of the via :

typedef struct phvia {
	struct phvia	∗NEXT;
	char	TYPE;
	long	XVIA,YVIA;
	struct ptype	∗USER;
} phvia_list;
Pointer to the next phvia in the list.
Coordinates of the center of the via. Vias are macro generated patterns, so only their center is a matter of concern.
Via type. The legal types for via are
poly alu1 contact
alu2 alu1 contact
alu1 difn contact
alu1 difp contact
alu1 nwell contact
alu1 pwell contact
alu2 alu3 contact
L shaped N transistor corner filling
L shaped P transistor corner filling
Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share information on the via.

mbk(1), addphvia(3), delphvia(3), phfig(3), ptype(3).

See the file man1/alc_bug_report.1.

October 1, 1997 ASIM/LIP6

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

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