mirror of https://github.com/YosysHQ/yosys.git
77c7355d53
The previous implementation for finding the end of a top-level s-expr exhibited quadratic behavior as it would re-scan the complete input for the current expression for every new line. For large designs with trivial properties this could easily take seconds and dominate the runtime over the actual solving. This change remembers the current nesting level between lines, avoiding the re-scanning. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.inc | ||
example.v | ||
example.ys | ||
smt2.cc | ||
smtbmc.py | ||
smtio.py | ||
test_cells.sh | ||
witness.py | ||
ywio.py |