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.97k stars 388 forks source link

Problems with downloading the 'latest' version of standard cell libraries #370

Closed zorrolee777 closed 2 years ago

zorrolee777 commented 2 years ago

Expected Behavior

When cloning the repo and running make submodules it should pull all the submodules.

Actual Behavior

Got some errors when running the following commands.

At beginning I received "SUBMODULE_VERSION=latest: Command not found.fatal: unable to write new index file", but it can keep going, and eventually received another massage: **Unable to checkout 'ae1b7f68821505cf2d93d9d44cce5ece22710fad' in submodule path 'libraries/sky130_fd_sc_ms/latest' make: * [libraries/sky130_fd_sc_ms/latest/.git] Error 1

Steps to Reproduce the Problem

  1. git clone https://github.com/google/skywater-pdk
  2. SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1

Specifications

mithro commented 2 years ago

I'm unable to reproduce this issue - Can you please include the full log somewhere?

proppy commented 2 years ago

Also enable to reproduce, feel free to reopen by commenting on this issue after attaching the full log.