We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb95b1 commit d889f03Copy full SHA for d889f03
liberty/LibertyLex.ll
@@ -70,7 +70,7 @@ HNAME ({PIN_NAME}|{BUS_NAME}|{MIXED_NAME})([\/.]({PIN_NAME}|{BUS_NAME}|{MIXED_NA
70
/* default_operating_conditions : slow_100_3.00 ; */
71
/* revision : 1.0.17; */
72
/* default_wire_load : xc2v250-5_avg; */
73
-TOKEN ({ALPHA}|{DIGIT}|_)({ALPHA}|{DIGIT}|[._\-])*
+TOKEN ({ALPHA}|{DIGIT}|_)({ALPHA}|{DIGIT}|[._\-:])*
74
/* bus_naming_style : %s[%d] ; */
75
BUS_STYLE "%s"{BUS_LEFT}"%d"{BUS_RIGHT}
76
PUNCTUATION [,\:;|(){}+*&!'=]
0 commit comments