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

Fixes for enabling correct DEF generation. #370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RTimothyEdwards
Copy link
Contributor

Fixed the gpio_signal_buffering layout to change "vccd9" and "vssd9" labels to "vccd" and "vssd", which was missed earlier. No impact other than how DEF gets written. Also: Fixed the script "chip_io_prep.sh", which needed to call out the names of the power supplies so that they would be written as SPECIALNETS in DEF, and also to expand the top level cell before flattening, without which routing subcell layouts won't get flattened.

Fixed the gpio_signal_buffering layout to change "vccd9" and
"vssd9" labels to "vccd" and "vssd", which was missed earlier.  No
impact other than how DEF gets written.  Also:  Fixed the script
"chip_io_prep.sh", which needed to call out the names of the power
supplies so that they would be written as SPECIALNETS in DEF, and
also to expand the top level cell before flattening, without which
routing subcell layouts won't get flattened.
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.

Fixes needed to write DEF from certain layout cells
1 participant