- bug fix : substitution of read OUT port by internal signal (INOUT)
This commit is contained in:
parent
ec4f581b78
commit
05f12b6cfd
|
@ -1354,6 +1354,7 @@ static void VasySimplifySubstReadOut( RtlFigure )
|
|||
while ( RtlAsg != (rtlasg_list *)0 )
|
||||
{
|
||||
VasySimplifySubstReadOutVex( RtlAsg->VEX_ATOM );
|
||||
VasySimplifySubstReadOutVex( RtlAsg->VEX_DATA );
|
||||
|
||||
for ( ScanBiVex = RtlAsg->BIVEX;
|
||||
ScanBiVex != (rtlbivex_list *)0;
|
||||
|
|
Loading…
Reference in New Issue