Git Product home page Git Product logo

Comments (6)

0616ygh avatar 0616ygh commented on May 3, 2024

Current solution:
I add a latch_map.v in "pdks/gf180mcuC/libs.tech/openlane/gf180mcu_fd_sc_mcu7t5v0/":

module \$_DLATCH_P_ (input E, input D, output Q);
  gf180mcu_fd_sc_mcu7t5v0__latq_1 _TECHMAP_DLATCH_P (
    .D(D),
    .Q(Q),
    .GATE(E)
  );
endmodule

module \$_DLATCH_N_ (input E, input D, output Q);
  gf180mcu_fd_sc_mcu7t5v0__latrnq_1 _TECHMAP_DLATCH_N (
    .D(D),
    .Q(Q),
    .GATE_N(E)
  );
endmodule

At present, I can successfully pass the floorplan. Is this the right addition? thank you.

from gf180mcu-pdk.

QuantamHD avatar QuantamHD commented on May 3, 2024

Thanks for the suggestion. I'll have to check what Yosys is looking for when it comes to auto mapping latches. It might be as simple as the liberty file not putting the latch function in quotes

from gf180mcu-pdk.

QuantamHD avatar QuantamHD commented on May 3, 2024

Looks like yosys might not have support for latches YosysHQ/yosys#1221

from gf180mcu-pdk.

0616ygh avatar 0616ygh commented on May 3, 2024

Yes, I agree with you very much. This is not supported by Yosys.
In skywater130 pdk, I can find the mapping files in thesky130A/libs.tech/openlane/sky130_fd_sc_hd (I use sky130_fd_sc_hd as an example): such as latch_map.v,mux_map.v, etc.
So I think in the GF180PDK, it may also be necessary to provide themapping files? This will be very helpful. Thank you.

from gf180mcu-pdk.

QuantamHD avatar QuantamHD commented on May 3, 2024

Agreed. @RTimothyEdwards should this be added to the openpdks tech mapping file?

from gf180mcu-pdk.

RTimothyEdwards avatar RTimothyEdwards commented on May 3, 2024

The openlane development team needs to provide me with the set of mapping files.

from gf180mcu-pdk.

Related Issues (20)

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.