Add a warning that ifnone with an edge-sensitive path is not supported.

Cadence allows an ifnone with an edge-sensitive path. Until we understand
exactly what this is and how to implement it this patch adds a warning
that an ifnone with an edge-sensitive path is not supported.
This commit is contained in:
Cary R 2010-12-14 15:35:16 -08:00 committed by Stephen Williams
parent 8e2830fe3b
commit 1b0181351b
1 changed files with 5 additions and 0 deletions

View File

@ -3597,6 +3597,11 @@ specify_item
}
pform_module_specify_path(tmp);
}
| K_ifnone specify_edge_path_decl ';'
{ yyerror(@1, "Sorry: ifnone with an edge-sensitive path is "
"not supported.");
yyerrok;
}
| K_Sfullskew '(' spec_reference_event ',' spec_reference_event
',' delay_value ',' delay_value spec_notifier_opt ')' ';'
{ delete $7;