Giter Club home page Giter Club logo

asap7_for_klayout's Issues

DRC files for latest PDK

Hey Laurent, Thanks a lot for the KLayout drc files. I assume these were for ASAP7 version 1.7 PDK.

I am currently using it for GDSII generated according to the rules here

I get over 350 issues when I run it for the GCD design. Is the .lydrc file applicable to the files described in the config.mk, or it needs to be modified?

If yes, could you provide the new DRC files, as this would be helpful for the current designs being implemented using OpenROAD Flow Scripts?

Looking forward to your reply and help!

enclosing() checks have false positives

A number of the enclosing() checks are of the form .polygons.without_area(0).edges.with_angle(90):

gcut.enclosing(gate.and(gcut), 17.nm, projection).polygons.without_area(0).edges.with_angle(90).output("GCUT.GATE.EX.1", "GCUT.GATE.EX.1 : Min. horizontal extension of GCUT past GATE : 17nm")

This is producing many false positives. enclosing() can be filtered directly with angle(), and this seems to produce the correct output:

gcut.enclosing(gate.and(gcut), 17.nm, projection).with_angle(90).output("GCUT.GATE.EX.1", "GCUT.GATE.EX.1 : Min. horizontal extension of GCUT past GATE : 17nm")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.