User guide

GEI-100340
iprc
Description
It controls the storage of the previous data as integer data.
It shows the data read by input port
i
in output port o .
In output port
p
it shows the data read in the previous cycle by input port
i.
It stores internally the data read by input port
i.
If
input c (clear) is different from 0 (TRUE) it shows the data read by input port v in output ports
p; these
data
are then stored inside the block.
static int buf;
if(c) buf=v;
p=buf;
buf = i;
0 = i;
Input ports\
mum
type
alternative type fuuction
i
int
Input data
C int
Clear: if different from 0 the value read by input
port v is issued by output port
p.
V int
Value issued in output port
p
if input port c is
different from 0.
WOE2
Output ports
name type
alternative type fuuction
P
int
If c == 0 data read in the previous cycle by input
port i
If c != 0 data read by
input port v.
0 int
Data read by input port i.
~0163
Parameters
1
No mrameters
122