(For mariano) Bug fixing in the structural Alliance VHDL file format driver
This commit is contained in:
parent
d7bb5d25b9
commit
083eb123c4
|
@ -1348,7 +1348,7 @@ static void VasyAllianceTreatMap( RtlInst )
|
||||||
{
|
{
|
||||||
sprintf( Buffer, "rtl_map_%ld", VasyNumberDef++ );
|
sprintf( Buffer, "rtl_map_%ld", VasyNumberDef++ );
|
||||||
|
|
||||||
if ( isvextypevector( Type ) )
|
if ( isvextypevector( RtlPort->BASE ) )
|
||||||
{
|
{
|
||||||
VexAtom = createvexatomvec( Buffer, VexActual->WIDTH - 1, 0 );
|
VexAtom = createvexatomvec( Buffer, VexActual->WIDTH - 1, 0 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue