Skip to content

Commit d889f03

Browse files
committed
issue114 liberty colons
Signed-off-by: James Cherry <[email protected]>
1 parent dfb95b1 commit d889f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liberty/LibertyLex.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ HNAME ({PIN_NAME}|{BUS_NAME}|{MIXED_NAME})([\/.]({PIN_NAME}|{BUS_NAME}|{MIXED_NA
7070
/* default_operating_conditions : slow_100_3.00 ; */
7171
/* revision : 1.0.17; */
7272
/* default_wire_load : xc2v250-5_avg; */
73-
TOKEN ({ALPHA}|{DIGIT}|_)({ALPHA}|{DIGIT}|[._\-])*
73+
TOKEN ({ALPHA}|{DIGIT}|_)({ALPHA}|{DIGIT}|[._\-:])*
7474
/* bus_naming_style : %s[%d] ; */
7575
BUS_STYLE "%s"{BUS_LEFT}"%d"{BUS_RIGHT}
7676
PUNCTUATION [,\:;|(){}+*&!'=]

0 commit comments

Comments
 (0)