clearer test,

could be in conflict with VASY_DECLAR_USED_MASK or maybe
some other mask....
This commit is contained in:
Francois Donnet 2004-06-08 15:23:37 +00:00
parent 714bbb98d1
commit a45d9f9f5d
1 changed files with 2 additions and 1 deletions

View File

@ -578,7 +578,8 @@ static void VasyDriveVerilogPort( RtlFigure )
RtlDeclar != (rtldecl_list *)NULL;
RtlDeclar = RtlDeclar->NEXT )
{
if ( ! IsVasyRtlDeclType( RtlDeclar, VASY_RTL_DECL_COMBINATORIAL ) )
if ( IsVasyRtlDeclType( RtlDeclar, VASY_RTL_DECL_REGISTER )
|| IsVasyRtlDeclType( RtlDeclar, VASY_RTL_DECL_TRISTATE ) )
{
VexPort = RtlDeclar->VEX_ATOM;
PortName = GetVexAtomValue( VexPort );