clearer test,
could be in conflict with VASY_DECLAR_USED_MASK or maybe some other mask....
This commit is contained in:
parent
714bbb98d1
commit
a45d9f9f5d
|
@ -578,7 +578,8 @@ static void VasyDriveVerilogPort( RtlFigure )
|
||||||
RtlDeclar != (rtldecl_list *)NULL;
|
RtlDeclar != (rtldecl_list *)NULL;
|
||||||
RtlDeclar = RtlDeclar->NEXT )
|
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;
|
VexPort = RtlDeclar->VEX_ATOM;
|
||||||
PortName = GetVexAtomValue( VexPort );
|
PortName = GetVexAtomValue( VexPort );
|
||||||
|
|
Loading…
Reference in New Issue