Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
devices
Browse files Browse the repository at this point in the history
  • Loading branch information
koendv committed Jul 26, 2017
1 parent 1154e7b commit ffc3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scan.ll
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ EMPTY_STRING ({WS}{VARIABLE}"="|")"|"}")
"USE_DIE_FOR_METAL"/{LHS} {return USE_DIE_FOR_METAL;}
"V"/{LHS} {BEGIN STATE_STRING; return V;}
"V?"/{LHS} {return V_QM;}
"VAL"/{LHS} {BEGIN STATE_STRING; return VAL;}
"VAL"/{LHS} {if (section == DEVICES) BEGIN STATE_STRING; return VAL;}
"W"/{LHS} {return W;}
"X"/{LHS} {return X;}
"X1"/{LHS} {return X1;}
Expand Down

0 comments on commit ffc3986

Please sign in to comment.