aboutsummaryrefslogtreecommitdiffstats
path: root/tests/liberty
diff options
context:
space:
mode:
authorNiels Moseley <n.a.moseley@moseleyinstruments.com>2019-03-27 15:16:19 +0100
committerNiels Moseley <n.a.moseley@moseleyinstruments.com>2019-03-27 15:16:19 +0100
commitee130f67cdd2ea40defa873e9a6511329850bf8e (patch)
tree97a5a7e8a3498bc9863a04c8aefccf05f3805d20 /tests/liberty
parent487cb45b87ce1cbcc8c2b8127e37d85dd192dceb (diff)
downloadyosys-ee130f67cdd2ea40defa873e9a6511329850bf8e.tar.gz
yosys-ee130f67cdd2ea40defa873e9a6511329850bf8e.tar.bz2
yosys-ee130f67cdd2ea40defa873e9a6511329850bf8e.zip
Liberty file parser now accepts superfluous ;
Diffstat (limited to 'tests/liberty')
-rw-r--r--tests/liberty/semicolextra.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/liberty/semicolextra.lib b/tests/liberty/semicolextra.lib
index 0144fa3ac..6a7fa77cc 100644
--- a/tests/liberty/semicolextra.lib
+++ b/tests/liberty/semicolextra.lib
@@ -24,7 +24,7 @@ library(supergate) {
"0.4000, 0.3000, 0.2000, 0.1000, 0.000", \
"0.5000, 0.4000, 0.3000, 0.2000, 0.0000", \
"0.7000, 0.6000, 0.5000, 0.4000, 0.2000", \
- "1.0000, 1.0000, 0.9000, 0.8000, 0.6000"); } ;
+ "1.0000, 1.0000, 0.9000, 0.8000, 0.6000"); };
}
}