rcpproto.inc
1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%$Id: rcpproto.inc,v 1.1.1.1 2002/05/17 06:07:56 blythe Exp $%
%*************************************************************************%
%* *%
%* Copyright (C) 1994, 1995 Silicon Graphics, Inc. *%
%* *%
%* These coded instructions, statements, and computer programs contain *%
%* unpublished proprietary information of Silicon Graphics, Inc., and *%
%* are protected by Federal copyright law. They may not be disclosed *%
%* to third parties or copied or duplicated in any form, in whole or *%
%* in part, without the prior written consent of Silicon Graphics, Inc. *%
%* *%
%*************************************************************************%
% project reality prototype board for the gio32 bus %
% constants for values passed between chips %
% constants for gio control (gio_cntl[2..0]) %
constant GRD_CART_INT = 7;
constant GRD_GIO_INT = 6;
constant RD_GIO_PAGE = 5;
constant RD_GIO_ID = 4;
constant WR_CART_INT = 3;
constant GIO_VADR = 2;
constant WR_GIO_PAGE = 1;
constant GIO_IDLE = 0;
% constants for cart control (cart_cntl[2..0]) %
constant CRD_CART_INT = 7;
constant CRD_GIO_INT = 6;
constant CRD_ZERO = 5;
constant WR_GIO_INT = 4;
constant CART_ALEH = 3;
constant CART_ALEL = 2;
constant CART_IDLE1 = 1;
constant CART_IDLE = 0;
% constants for dram address control (dr0_cntl[2..0]/dr1_cntl[2..0]) %
constant CART_RAS = 7;
constant CART_CAS1 = 6;
constant CART_CAS2 = 5;
constant DR_IDLE1 = 4;
constant GIO_RAS = 3;
constant GIO_CAS1 = 2;
constant GIO_CAS2 = 1;
constant DR_IDLE = 0;