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

Adding MCELL table for GF180MCU DRC #60

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Conversation

FaragElsayed2
Copy link
Collaborator

Adding MCELL table for GF180MCU DRC

Fixes #43

@FaragElsayed2
Copy link
Collaborator Author

@atorkmabrains I have no access to ask for review in this repo, could you please review all PRs ?

@mithro mithro assigned proppy and unassigned proppy Apr 3, 2023
@mithro mithro requested a review from proppy April 3, 2023 17:32
@mithro
Copy link
Contributor

mithro commented Apr 3, 2023

@FaragElsayed2 - I have sent you an invite which should enable you to request reviews / add labels / etc.

@FaragElsayed2
Copy link
Collaborator Author

FaragElsayed2 commented Apr 3, 2023

Thanks @mithro, but I didn't receive any invitation for this user @FaragElsayed2. Could you please check again ?

@mithro
Copy link
Contributor

mithro commented Apr 3, 2023

Looks like I accidentally invited FaragElsayed22, should be fixed now.

@FaragElsayed2
Copy link
Collaborator Author

I received it. Thanks @mithro

@proppy
Copy link
Member

proppy commented Apr 4, 2023

@atorkmabrains can you review it first?

@atorkmabrains
Copy link
Collaborator

@proppy responded #65

Copy link
Collaborator

@atorkmabrains atorkmabrains left a comment

Choose a reason for hiding this comment

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

@FaragElsayed2 Thanks for the update.


# Rule MC.3: Minimum Mcell area is 0.35µm²
logger.info('Executing rule MC.3')
mc3_l1 = mcell_feol_mk.with_area(nil, 0.35.um)
Copy link
Member

Choose a reason for hiding this comment

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

same comment as #54 but non blocking.


# Rule MC.4: Minimum area enclosed by Mcell is 0.35µm²
logger.info('Executing rule MC.4')
mc4_l1 = mcell_feol_mk.holes.with_area(nil, 0.35.um)
Copy link
Member

Choose a reason for hiding this comment

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

same comment as #54 but non blocking.

@@ -0,0 +1,184 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Member

Choose a reason for hiding this comment

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

it's nice to see the failing test on the left and the passing test on the right!

is that a consistent convention across all rules, should we document it?

Copy link
Member

Choose a reason for hiding this comment

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

can you comment here?

Copy link
Collaborator

Choose a reason for hiding this comment

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

We try to do this, but not always.

# limitations under the License.
################################################################################################

if FEOL
Copy link
Member

Choose a reason for hiding this comment

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

same comment as #58 but non blocking.

mc1_l1 = mcell_feol_mk.width(0.4.um, euclidian)
mc1_l1.output('MC.1', 'MC.1 : min. mcell width : 0.4µm')
mc1_l1.forget

Copy link
Member

Choose a reason for hiding this comment

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

same comment as #53 but non blocking.

if FEOL
#================================================
#---------------------MCELL----------------------
#================================================
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@proppy proppy left a comment

Choose a reason for hiding this comment

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

just some nits and questions

@proppy proppy merged commit c847b4b into google:main Apr 5, 2023
@atorkmabrains atorkmabrains deleted the mcell_google branch April 9, 2023 23:54
@atorkmabrains
Copy link
Collaborator

Thanks @proppy

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.

Creating PRs for each DRC table separately
4 participants