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

Gpio control block fix merge #69

Merged
merged 2 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,755 changes: 1,855 additions & 1,900 deletions def/gpio_control_block.def

Large diffs are not rendered by default.

Binary file modified gds/gpio_control_block.gds.gz
Binary file not shown.
Binary file modified gds/user_analog_project_wrapper_empty.gds.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions lef/gpio_control_block.lef
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ MACRO gpio_control_block
LAYER li1 ;
RECT 4.600 5.355 49.220 57.205 ;
LAYER met1 ;
RECT 4.600 5.200 83.650 57.760 ;
RECT 4.600 4.800 83.190 57.360 ;
LAYER met2 ;
RECT 5.250 60.720 6.710 61.725 ;
RECT 7.550 60.720 9.010 61.725 ;
Expand All @@ -464,8 +464,8 @@ MACRO gpio_control_block
RECT 25.950 60.720 27.410 61.725 ;
RECT 28.250 60.720 29.710 61.725 ;
RECT 30.550 60.720 32.010 61.725 ;
RECT 32.850 60.720 83.620 61.725 ;
RECT 4.970 2.195 83.620 60.720 ;
RECT 32.850 60.720 83.170 61.725 ;
RECT 4.970 2.195 83.170 60.720 ;
LAYER met3 ;
RECT 6.280 60.840 69.600 61.705 ;
RECT 6.280 60.200 70.000 60.840 ;
Expand Down
Loading