google / skywater-pdk

Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.
https://skywater-pdk.rtfd.io
Apache License 2.0
2.99k stars 391 forks source link

Cadence genus #409

Closed quantrpeter closed 1 year ago

quantrpeter commented 1 year ago

Dear all After i clone the repo, how can i build the .lib file for Cadence genus? thanks Peter

quantrpeter commented 1 year ago

any hints?

image

12562 commented 1 year ago

Hi Peter, You can set the lib search path to the pdk as follows: set_db init_lib_search_path (Path to PDK)/pdks/sky130A/libs.ref/sky130_fd_sc_hd/lib/ and then, read the liberty file using read_libs command as follows: read_libs sky130_fd_sc_hd__tt_025C_1v80.lib

Thanks, Mohit

quantrpeter commented 1 year ago

Thank you Mr @12562