mirror of https://github.com/YosysHQ/yosys.git
Liberty file parser now accepts superfluous ;
This commit is contained in:
parent
487cb45b87
commit
ee130f67cd
|
@ -24,7 +24,7 @@ library(supergate) {
|
||||||
"0.4000, 0.3000, 0.2000, 0.1000, 0.000", \
|
"0.4000, 0.3000, 0.2000, 0.1000, 0.000", \
|
||||||
"0.5000, 0.4000, 0.3000, 0.2000, 0.0000", \
|
"0.5000, 0.4000, 0.3000, 0.2000, 0.0000", \
|
||||||
"0.7000, 0.6000, 0.5000, 0.4000, 0.2000", \
|
"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"); };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue