3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

Liberty file parser now accepts superfluous ;

This commit is contained in:
Niels Moseley 2019-03-27 15:17:58 +01:00
parent ee130f67cd
commit 263ab60b43

View file

@ -188,7 +188,7 @@ LibertyAst *LibertyParser::parse()
int tok = lexer(str);
// there are liberty files in the while that
// there are liberty files in the wild that
// have superfluous ';' at the end of
// a { ... }. We simply ignore a ';' here.
// and get to the next statement.