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
|
%SUMMARY IX I component with state i/o
%DESCRIPTION Port [X]: state i/o
%% Label file for system IX (IX_lbl.txt)
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.2 1998/04/14 17:08:50 peterg
% %% Input only on SS
% %%
% %% Revision 1.1 1998/04/12 15:20:11 peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Each line should be of one of the following forms:
% a comment (ie starting with %)
% Component-name CR_name arg1,arg2,..argn
% blank
% Component type I
i $1 $1
% Component type SS
X SS external,internal
|
|
|
|
|
|
|
|
|
>
>
>
|
|
|
|
|
|
<
>
|
|
|
|
|
|
|
|
|
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
|
#SUMMARY IX I component with state i/o
#DESCRIPTION Port [X]: state i/o
## Label file for system IX (IX_lbl.txt)
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.3 2000/08/29 15:26:38 peterg
# ## New SS format
# ##
# ## Revision 1.2 1998/04/14 17:08:50 peterg
# ## Input only on SS
# ##
# ## Revision 1.1 1998/04/12 15:20:11 peterg
# ## Initial revision
# ##
# ###############################################################
## Each line should be of one of the following forms:
# a comment (ie starting with #)
# Component-name CR_name arg1,arg2,..argn
# blank
# Component type I
i $1 $1
# Component type SS
[in] SS internal,external
[X] SS internal,external
|