From: Niels Moseley Date: Wed, 27 Mar 2019 14:17:58 +0000 (+0100) Subject: Liberty file parser now accepts superfluous ; X-Git-Tag: yosys-0.9~212^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=263ab60b43f3994e83bfa46b793669147d765bcc;p=yosys.git Liberty file parser now accepts superfluous ; --- diff --git a/passes/techmap/libparse.cc b/passes/techmap/libparse.cc index 510a24c24..991cc4498 100644 --- a/passes/techmap/libparse.cc +++ b/passes/techmap/libparse.cc @@ -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.