From: Niels Moseley Date: Wed, 27 Mar 2019 14:16:19 +0000 (+0100) Subject: Liberty file parser now accepts superfluous ; X-Git-Tag: yosys-0.9~212^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee130f67cdd2ea40defa873e9a6511329850bf8e;p=yosys.git Liberty file parser now accepts superfluous ; --- 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"); }; } }