We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@alanminko
In src/map/scl/sclLibUtil.c, should line 889 be
SC_LibForEachCell( p, pRepr, i )
instead of the current
SC_LibForEachCellClass( p, pRepr, i )
?
With the current code the GENLIB created only as one cell per class (e.g. only one buffer cell, even if many are available in the library).
For reference, making this change locally solves my problem. I don't understand abc enough to know if it breaks anything else.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@alanminko
In src/map/scl/sclLibUtil.c, should line 889 be
instead of the current
?
With the current code the GENLIB created only as one cell per class (e.g. only one buffer cell, even if many are available in the library).
For reference, making this change locally solves my problem. I don't understand abc enough to know if it breaks anything else.
The text was updated successfully, but these errors were encountered: