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

device_config: allow disabling specific cell to bel mappings #72

Merged

Conversation

acomodi
Copy link
Contributor

@acomodi acomodi commented Apr 28, 2021

This comes in handy primarily for debugging purposes and addresses #71

@acomodi acomodi requested a review from gatecat April 28, 2021 09:00
chip_info = populate_chip_info(device, const_ids, global_buffers,
device_config['buckets'],
disabled_routethroughs)
chip_info = populate_chip_info(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps at this point it would be neater to pass device_config as-is to populate_chip_info and let it read the various fields?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, makes total sense, done

@acomodi acomodi force-pushed the disable-arbitrary-cell-to-bel-maps branch from b10866d to 7a183ca Compare April 28, 2021 09:53
Copy link
Contributor

@gatecat gatecat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Eventually things like disabling site types as well might be useful, but that can be for a future PR as and when needed.

This comes in handy primarly for debugging purposes

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
@acomodi acomodi force-pushed the disable-arbitrary-cell-to-bel-maps branch from 7a183ca to a65c57e Compare April 28, 2021 13:46
@acomodi acomodi merged commit 868e98f into chipsalliance:master Apr 28, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants