forked from github/verilator
Parse sequence 'local input', still unsupported.
This commit is contained in:
parent
5c5c758718
commit
e55e81bcd0
@ -5848,9 +5848,14 @@ property_port_itemAssignment<nodep>: // IEEE: part of property_port_item/sequen
|
|||||||
;
|
;
|
||||||
|
|
||||||
property_port_itemDirE:
|
property_port_itemDirE:
|
||||||
/* empty */ { GRAMMARP->m_pinAnsi = true; VARIO(INPUT); }
|
/* empty */
|
||||||
//UNSUP|yLOCAL__ETC { GRAMMARP->m_pinAnsi = true; VARIO(INPUT); }
|
{ GRAMMARP->m_pinAnsi = true; VARIO(INPUT); }
|
||||||
//UNSUP|yLOCAL__ETC yINPUT { GRAMMARP->m_pinAnsi = true; VARIO(INPUT); }
|
| yLOCAL__ETC
|
||||||
|
{ GRAMMARP->m_pinAnsi = true; VARIO(INPUT);
|
||||||
|
BBUNSUP($1, "Unsupported: property port 'local'"); }
|
||||||
|
| yLOCAL__ETC yINPUT
|
||||||
|
{ GRAMMARP->m_pinAnsi = true; VARIO(INPUT);
|
||||||
|
BBUNSUP($1, "Unsupported: property port 'local'"); }
|
||||||
;
|
;
|
||||||
|
|
||||||
property_declarationBody<nodep>: // IEEE: part of property_declaration
|
property_declarationBody<nodep>: // IEEE: part of property_declaration
|
||||||
|
Loading…
Reference in New Issue
Block a user