verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research

Home Page:https://verilogtorouting.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with git submodule update --init Command

amin1377 opened this issue · comments

Expected Behavior

When I run git submodule update --init, I expect to initialize and update all of the submodules without any errors.

Current Behavior

When I run the mentioned command, I encounter the following error with the sockpp submodule:

Cloning into 'libs/EXTERNAL/sockpp'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:w0lek/sockpp.git' into submodule path 'libs/EXTERNAL/sockpp' failed

I also tried a clean clone (removing the VTR repo and cloning it again), and I faced the same issue. To work around this, when I want to build, I set VPR_USE_SERVER to OFF.

Closing as the PR was merged.