File:  [CSRG BSD Unix] / 40BSD / cmd / cifplot / ext_defs.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD40
BSD 4.0

#define ALL		-1
#define GATE		0
#define METAL		1
#define POLY		2
#define DIFFUSION	3
#define CUT		4
#define BURIED		5
#define IMPLANT		6

#define ACTIVE_LAYERS	4

#define EXT_MAGIC_WORD	0xdf010000

#define NEW_SWATH	1
#define EXT_EDGE	2
#define EXT_POINT	3

struct ExtEdgeRecord {
    int type;
    real x,deltax;
    int layer,start;
    };

struct ExtNewSwathRecord {
    int type;
    int top,bottom;
    };

struct ExtPointRecord {
    int type;
    real x;
    int y;
    int	name;
    int layer;
    };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.