3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Liberty file parser now accepts superfluous ;

This commit is contained in:
Niels Moseley 2019-03-27 15:16:19 +01:00
parent 487cb45b87
commit ee130f67cd

View file

@ -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"); };
}
}