Skip to content
New issue

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

Only getting one cell per class when running [read_lib -S 80 -G 3] #301

Open
b62833 opened this issue Jun 2, 2024 · 0 comments
Open

Only getting one cell per class when running [read_lib -S 80 -G 3] #301

b62833 opened this issue Jun 2, 2024 · 0 comments

Comments

@b62833
Copy link

b62833 commented Jun 2, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant