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

Edb cutout improvements #3524

Merged
merged 3 commits into from
Sep 7, 2023
Merged

Edb cutout improvements #3524

merged 3 commits into from
Sep 7, 2023

Conversation

maxcapodi78
Copy link
Collaborator

New Edb cutout supports 2 options for padstack cutout:

  • simple pad check based on padstack center (inside or outside extent)
  • complete pad check (bounding box inside or outside extent or partially)
    Complex pad check is much slower but provides a behaviour more similar to original edb api cutout method
    Default is simple pad check to keep back compatibility.

@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #3524 (d837062) into main (5334f5c) will increase coverage by 0.09%.
Report is 12 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3524      +/-   ##
==========================================
+ Coverage   80.91%   81.00%   +0.09%     
==========================================
  Files         175      175              
  Lines       60472    60518      +46     
==========================================
+ Hits        48930    49025      +95     
+ Misses      11542    11493      -49     

@svandenb-dev svandenb-dev merged commit d84968e into main Sep 7, 2023
11 checks passed
@svandenb-dev svandenb-dev deleted the create_layout_improvements branch September 7, 2023 07:26
Copy link
Contributor

@hui-zhou-a hui-zhou-a left a comment

Choose a reason for hiding this comment

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

LGTM

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