We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The LEF lexer currently doesn't like the following numeric looking values:
EDGECAPACITANCE 40.567E-6 ;
SITE 18T
18
the referenced publicly available LEF: https://github.com/idea-fasoc/OpenFASOC/blob/c11ceb17997648a975f99738a8890a2288143e08/openfasoc/common/platforms/sky130osu18Ths/lef/sky130_osu_sc_18T_hs.tlef
The text was updated successfully, but these errors were encountered:
Fixes dan-fritchman#55 for numeric looking tokens
ed2ba09
Successfully merging a pull request may close this issue.
The LEF lexer currently doesn't like the following numeric looking values:
EDGECAPACITANCE 40.567E-6 ;
SITE 18T
18
is slurped as a number token and then there is a string token followingthe referenced publicly available LEF:
https://github.com/idea-fasoc/OpenFASOC/blob/c11ceb17997648a975f99738a8890a2288143e08/openfasoc/common/platforms/sky130osu18Ths/lef/sky130_osu_sc_18T_hs.tlef
The text was updated successfully, but these errors were encountered: