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

KLayout LVS rule deck (cross-platform compatibility) #179

Closed
wants to merge 126 commits into from
Closed

Conversation

adatsuk
Copy link

@adatsuk adatsuk commented Aug 12, 2024

sg13g2_full.zip
Fixes #<issue_number_goes_here>

Added cross-platform compatibility for LVS rule deck.

  • Tests pass
  • Appropriate changes to README are included in PR

stafverhaegen-chipflow and others added 30 commits May 27, 2024 14:34
* Remove labels on ESD diodes so they are now recognized as regular
  d(p)antenna diodes
* Increase width to minimum 0.48µm to account for new rule not yet in
  DRC check.

Signed-off-by: Staf Verhaegen <staf.verhaegen@chipflow.io>
OpenROAD, OpenROAD flow scripts, Qucs-S added as supported EDA tools.

Signed-off-by: Krzysztof Herman <141824113+KrzysztofHerman@users.noreply.github.com>
…nto dev

Merging synced dev  branch from own forc to local repo
-added partial implementation of class Pin from PyCell API
-added partial implementation of class Term from PyCell API
-added support for pins/terminals
-added support for XOR geometric transformation
-added support for text alignment/orientation
-fixed dbLayerXorList from geometry.py
-added support of npn13G2L and npn13G2V
-extended documentation

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
Klayout PyCell integration
Signed-off-by: Daniel Arevalos <daniel.arevalos@sansano.usm.cl>
Signed-off-by: KrzysztofHerman <herman@ihp-microelectronics.com>
Signed-off-by: KrzysztofHerman <herman@ihp-microelectronics.com>
Signed-off-by: FaragElsayed2 <farag_agoor@mabrains.com>
Removing NO DRC filter for LVS runset for all layers
Remove NO_DRC filtering
…V mosfets

Signed-off-by: KrzysztofHerman <herman@ihp-microelectronics.com>
…m), symbols modified, some testcases modified

Signed-off-by: KrzysztofHerman <herman@ihp-microelectronics.com>
-added PyCell parameter type bool
-added partial implementation for PyCell API class Net
-added partial implementation for PyCell API class Path
-added partial implementation for PyCell API class ShapeFilter
-added support for Net's
-added generic registering of IHP PyCell's in Klayout
-added support for inductor2, inductor2_sc, inductor2_sp, inductor3,
 inductor3_sc and inductor3_sp
-updated documentation

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-fixed merge-error

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
Klayout PyCell integration
Signed-off-by: Daniel Arevalos <daniel.arevalos@sansano.usm.cl>
…sistent w/ internal implementation

Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
KrzysztofHerman and others added 23 commits July 18, 2024 14:03
Update path to standard symbols
Signed-off-by: KrzysztofHerman <herman@ihp-microelectronics.com>
NGSPICE model referencing based on .spiceinit
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
-Re-implemented clone() for shapes using deepcopy
-Implemented tagging of shapes feature from SKILL Pcell counter-part
-Fixed npn13G2L/npn13G2V to be equal to SKILL Pcell counter-part
-Introduced library code/documentation as submodule from pycell4klayout-api repo

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-simplified referencing python modules by setting search path

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
Klayout PyCell integration
Signed-off-by: Sergei Andreev <andreev@uxsrv002.ihp-ffo.de>
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
added requirement to set PDK_ROOT

Signed-off-by: Sergei Andreev <116548619+sergeiandreyev@users.noreply.github.com>
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
.
Merge branch 'dev' of github.com:IHP-GmbH/IHP-Open-PDK into dev
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
- added note on current status
- screenshot as an example

Signed-off-by: Sergei Andreev <116548619+sergeiandreyev@users.noreply.github.com>
Krzysztof and Sergei are the maintainer of this repository. Add
them as CODEOWNER to auto-assign them in Pull Requests.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
The export.yml file communicates all exportable files, with
additional meta data, to OpenROAD. It can automatically
check if files changed or new exist and sync those.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
The .gitignore in the root level ignores directories like
lib/. This will prevent checking in new libs as Git would
ignore those.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
libs.ref: Don't ignore sub-directories
Signed-off-by: Sergei Andreev <andreev@uxsrv002.ihp-ffo.de>
@adatsuk adatsuk changed the title Dev KLayout LVS rule deck (cross-platform compatibility) Aug 12, 2024
sergeiandreyev and others added 2 commits August 12, 2024 14:22
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
libs.ref: Python tool to generate export.yml
Copy link
Contributor

@KrzysztofHerman KrzysztofHerman left a comment

Choose a reason for hiding this comment

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

Since the repository follows so called git flow the contributors are not allowed to push their changes into main branch directly. Additionally the regular model of contribution requires a personal fork and PR to the dev branch.

@sergeiandreyev
Copy link
Contributor

@adatsuk adatsuk closed this Aug 13, 2024
@adatsuk
Copy link
Author

adatsuk commented Aug 13, 2024

I create another one using the standard work flow.

This pull request was closed.
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.