IHP-GmbH / IHP-Open-PDK

130nm BiCMOS Open Source PDK, dedicated for Analog, Mixed Signal and RF Design
Apache License 2.0
332 stars 50 forks source link

Cloning the submodule `digital` fails #157

Open hpretl opened 5 days ago

hpretl commented 5 days ago

Environment

Expected Behavior

Cloning the GitHub repo (branch dev) of the PDK works.

Actual Behavior

It fails with the following error message:

24.49 Branch 'dev' set up to track remote branch 'dev' from 'origin'.
24.49 Switched to a new branch 'dev'
24.58 Submodule 'ihp-sg13g2/libs.tech/digital' (git@github.com:hneemann/IHP130.git) registered for path 'ihp-sg13g2/libs.tech/digital'
24.60 Cloning into '/tmp/ihp/ihp-sg13g2/libs.tech/digital'...
24.95 Host key verification failed.
24.95 fatal: Could not read from remote repository.

Steps to Reproduce the Problem

  1. See above, fails at just cloning the PDK repo.
hpretl commented 5 days ago

See https://github.com/IHP-GmbH/IHP-Open-PDK/commit/2bcc70772bead98b8dbe6d2399d19530a1441d2c

sergeiandreyev commented 4 days ago

Hi @hpretl , could you please share the git command(s) you're using to clone/populate PDK data?

sergeiandreyev commented 4 days ago

now that we start to include submodules in PDK repository there should be an additional option --recursive to run git clone:

> git clone --recursive -b dev git@github.com:sergeiandreyev/IHP-Open-PDK.git IHP-Open-PDK
...
Submodule path 'ihp-sg13g2/libs.tech/digital': checked out '9a6e7c9d404f9f4334513a24788aa8454918d400'