Skip to content

Commit

Permalink
Smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Oct 31, 2024
1 parent 001b6ef commit feeda6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liberty/LibertyParse.yy
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ complex_attr:
| KEYWORD '(' attr_values ')' line semi_opt
{ $$ = sta::makeLibertyComplexAttr($1, $3, $5); }
;
| KEYWORD '(' colon_expr ')' line semi_opt
{ $$ = sta::makeLibertyComplexAttr($1, $3, $5); }
;

attr_values:
attr_value
Expand Down
1 change: 1 addition & 0 deletions test/ccs_input_ccb_colon.lib
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ library (ccs_input_ccb_colon) {
related_ground_pin : VSS ;
related_power_pin : VDD ;
rise_capacitance : 0.0001 ;
active_input_ccb(ccs_input_ccb_colon:ck);

input_ccb(ccs_input_ccb_colon:a) {
is_needed : true ;
Expand Down

0 comments on commit feeda6e

Please sign in to comment.