MIL-STD-1553 Reference Manual
Chapter 3 – System Functions
Start address of the BC acyclic instruction list
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
R
R
e
e
p
p
B
B
u
u
f
f
Start address of the Replay buffer
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
m
m
B
B
u
u
f
f
Start address of the Bus Monitor buffer
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
M
M
E
E
M
M
_
_
S
S
I
I
M
M
_
_
B
B
U
U
F
F
x
x
_
_
S
S
i
i
m
m
[
[
2
2
]
]
Start addresses and sizes of Simulator data buffers for every Global Memory bank (0..1)
typedef struct ty_api_mem_sim_buf
{
AiUInt32 ul_BufBaseAddr;
AiUInt32 ul_BufSize;
AiUInt32 ul_BufCount;
AiUInt32 ul_HsBufBaseAddr;
AiUInt32 ul_HsBufSize;
AiUInt32 ul_HsRes;
} TY_API_MEM_SIM_BUF;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
u
u
f
f
B
B
a
a
s
s
e
e
A
A
d
d
d
d
r
r
Start address of the simulator buffer
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
u
u
f
f
S
S
i
i
z
z
e
e
Size of the simulator buffer in bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
u
u
f
f
C
C
o
o
u
u
n
n
t
t
Number of data buffers (32 words) in simulator buffer
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
H
H
s
s
B
B
u
u
f
f
B
B
a
a
s
s
e
e
A
A
d
d
d
d
r
r
Start address of the HS simulator buffer
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
H
H
s
s
B
B
u
u
f
f
S
S
i
i
z
z
e
e
Size of the HS simulator buffer in bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
H
H
s
s
R
R
e
e
s
s
0 (reserved)
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
M
M
E
E
M
M
_
_
B
B
I
I
U
U
_
_
S
S
I
I
Z
Z
E
E
a
a
x
x
_
_
B
B
i
i
u
u
S
S
i
i
z
z
e
e
[
[
8
8
]
]
Size of BC instruction list areas, Replay and BM buffer area (logical BIUs 1..8)
typedef struct ty_api_mem_biu_size
{
AiUInt32 ul_BcHipInstr;
AiUInt32 ul_BcLipInstr;
AiUInt32 ul_BcAcycInstr;
AiUInt32 ul_RepBuf;
AiUInt32 ul_BmBuf;
} TY_API_MEM_BIU_SIZE;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
c
c
H
H
i
i
p
p
I
I
n
n
s
s
t
t
r
r
Size if the high priority instruction list in bytes
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
c
c
L
L
i
i
p
p
I
I
n
n
s
s
t
t
r
r
Size if the low priority instruction list in bytes