20Mhz / 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
5 stars 4 forks source link

setup.tcl and mw.tcl #4

Open ghost opened 2 years ago

ghost commented 2 years ago

In mw.tcl the command sources setup.tcl is like this: source ./setup.tcl However there skywater130_setup.tcl included in repo.

Also setup.tcl file we need to adjust this definition or it is ready to use with make command now?

set DESIGN_REF_PATH "/slowfs/cae678/diegob/testing/powercae_scripts/libraries/google-skywater/results"

Also why this db is selected here? set high_density " \sky130_fd_sc_hd__ss_n40C_1v28.db \"

I though m5 is the max routing layer.What about this? Am I missing smthng? set MIN_ROUTING_LAYER "M2" ;# Min routing layer set MAX_ROUTING_LAYER "M8" ;# Max routing layer