2 /************************************************************
4 ** COPYRIGHT (C) 2004 Gannon University
7 ** This software is distributed on an as-is basis
8 ** with no warranty implied or intended. No author
9 ** or distributor takes responsibility to anyone
10 ** regarding its use of or suitability.
12 ** The software may be distributed and modified
13 ** freely for academic and other non-commercial
14 ** use but may NOT be utilized or included in whole
15 ** or part within any commercial product.
17 ** This copyright notice must remain on all copies
18 ** and modified versions of this software.
20 ************************************************************/
23 ** Global Include File
25 ** vsim VHDL Simulator
26 ** Copyright (C) 1988, University of Pittsburgh
38 ** Author: Steve Frezza (STF) Gannon University
41 ** Date Initials Description of change
43 ** thru 2/04 STF Initial modification of ASG code in merger with
45 ** Some code taken and adapted from SPRA work performed by Al Martello.
49 /* The following icons are directly supported:
50 (See "validate" in "psfigs.c") */
74 #define CONTACT_WIDTH .350
77 #define CIRCLE_SIZE .75
78 #define ANDARC_RAD 3.0625
79 #define ANDARC_THETA 69.09
80 #define ANDARC_CENTER_X_OFFSET 3.854 - 4.0
82 #define ORARC_RAD 3.75
83 #define ORARC_THETA 53.13
84 #define ORARC_CENTER_X_OFFSET 2.75 - 8.0
88 #define BUFFER_SIZE 6.0
91 #define SYSTERM_SIZE 6
92 #define BLOCK_SPACES_PER_PIN 3
93 #define SPACES_PER_PIN 2
95 /*- end psfigs support ------------------------------------------------------*/