diff options
author | Niels Moseley <n.a.moseley@moseleyinstruments.com> | 2019-03-27 15:17:58 +0100 |
---|---|---|
committer | Niels Moseley <n.a.moseley@moseleyinstruments.com> | 2019-03-27 15:17:58 +0100 |
commit | 263ab60b43f3994e83bfa46b793669147d765bcc (patch) | |
tree | 1cbe4df11b8923f474779a95dfb180a9671e5360 /passes/techmap | |
parent | ee130f67cdd2ea40defa873e9a6511329850bf8e (diff) | |
download | yosys-263ab60b43f3994e83bfa46b793669147d765bcc.tar.gz yosys-263ab60b43f3994e83bfa46b793669147d765bcc.tar.bz2 yosys-263ab60b43f3994e83bfa46b793669147d765bcc.zip |
Liberty file parser now accepts superfluous ;
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/libparse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |