aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/libparse.cc
diff options
context:
space:
mode:
authorNiels Moseley <n.a.moseley@moseleyinstruments.com>2019-03-27 15:17:58 +0100
committerNiels Moseley <n.a.moseley@moseleyinstruments.com>2019-03-27 15:17:58 +0100
commit263ab60b43f3994e83bfa46b793669147d765bcc (patch)
tree1cbe4df11b8923f474779a95dfb180a9671e5360 /passes/techmap/libparse.cc
parentee130f67cdd2ea40defa873e9a6511329850bf8e (diff)
downloadyosys-263ab60b43f3994e83bfa46b793669147d765bcc.tar.gz
yosys-263ab60b43f3994e83bfa46b793669147d765bcc.tar.bz2
yosys-263ab60b43f3994e83bfa46b793669147d765bcc.zip
Liberty file parser now accepts superfluous ;
Diffstat (limited to 'passes/techmap/libparse.cc')
-rw-r--r--passes/techmap/libparse.cc2
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.