Skip to content

Place on target's outermost signal layer #936

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

Merged
merged 5 commits into from
Mar 10, 2022
Merged

Conversation

svandenb-dev
Copy link
Collaborator

In place_in_layout_3d_placement use the signal layers rather than the
stackup layers of the target to determine the top/bottom placement layer
to handle cases where dielectric layers are outside the metal layers.
For example, this occurs when a soldermask or mold compound is present.

In place_in_layout_3d_placement use the signal layers rather than the
stackup layers of the target to determine the top/bottom placement layer
to handle cases where dielectric layers are outside the metal layers.
For example, this occurs when a soldermask or mold compound is present.
@svandenb-dev svandenb-dev requested a review from maxcapodi78 March 9, 2022 22:33
@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #936 (82799d3) into main (5389252) will increase coverage by 0.01%.
The diff coverage is 97.26%.

@@            Coverage Diff             @@
##             main     #936      +/-   ##
==========================================
+ Coverage   80.21%   80.23%   +0.01%     
==========================================
  Files         128      128              
  Lines       37419    37468      +49     
==========================================
+ Hits        30015    30061      +46     
- Misses       7404     7407       +3     

svandenb-dev and others added 3 commits March 9, 2022 23:47
Add a test for correct placement when the source design is unflipped and
the target design has a dielectric layer on the bottom.  To get it
working remove the dielectric elevation calculation from the Z-offset
calculation in place_in_layout_3d_placement and then clean up unused
top/bottom signal layers from the source stackup.

Behavior now should be to align the top/bottom source stackup layer with
the top/bottom target signal layer depending on the values of
(flipped_stackup, place_on_top).
@ghost ghost force-pushed the merge-onto-signal branch from da953bf to 8500c7c Compare March 10, 2022 16:28
Copy link
Collaborator

@maxcapodi78 maxcapodi78 left a comment

Choose a reason for hiding this comment

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

LGTM

@maxcapodi78 maxcapodi78 merged commit ac57f38 into main Mar 10, 2022
@maxcapodi78 maxcapodi78 deleted the merge-onto-signal branch March 10, 2022 18:59
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.

3 participants