blob: e225ed3ee3e309da6386d5d4ce3ea59893626bac (
plain)
1
2
3
4
5
6
7
8
9
10
|
NIN= 1
NOUT= 1
OUT(1).TP= IN(1).TP
OUT(1).SZ(1)= '1'
OUT(1).SZ(2)= '1'
NIN= 2
NOUT= 1
OUT(1).TP= FA_TP_MAX(IN(1).TP,IN(2).TP)
OUT(1).SZ(1)= FA_SZ_1(FA_SZ_OPPLUS(IN(1).SZ,IN(2).SZ,IN(1).TP,IN(2).TP))
OUT(1).SZ(2)= FA_SZ_2(FA_SZ_OPPLUS(IN(1).SZ,IN(2).SZ,IN(1).TP,IN(2).TP))
|