VLSI-EDA / PoC

IP Core Library - Published and maintained by the Chair for VLSI Design, Diagnostics and Architecture, Faculty of Computer Science, Technische Universität Dresden, Germany
https://tu-dresden.de/ing/informatik/ti/vlsi
Other
538 stars 93 forks source link

Submodules are not up-to-date #58

Open FranzForstmayr opened 6 years ago

FranzForstmayr commented 6 years ago

Some Submodule paths, named pyIPCMI and uvvm failed when cloning recursive.

Paebbels commented 6 years ago

I found the problem for UVVM.

The repository clone under github.com/VLSI-EDA is called UVVM_ALL, which is the original name. Some time ago, it was renamed to UVVM but such an operation at the original repository does not update our cloned repository. I renamed our fork of UVVM_ALL to UVVM.

Paebbels commented 6 years ago

And I finally found the second problem. A fork of pyIPCMI was missing in the GitHub organization VLSI-EDA. I forked it and it's working now.

Doing just a last clone to test it from a fresh repository.

Paebbels commented 6 years ago

Please check again on your side. I don't get any errors after my fixes.

FranzForstmayr commented 6 years ago

The submodules are working now. For some reason i see unstaged changes in 'PoC/docs/_themes/sphinx_rtd_theme' submodule, from'docs/make.bat' after a clean 'git clone --recursive'. Can you reproduce this?

FranzForstmayr commented 6 years ago

It looks like there's a line ending issue, directly in this repository. https://github.com/VLSI-EDA/sphinx_rtd_theme

Paebbels commented 6 years ago

Sorry, I cannot reproduce this on my Windows machine. sphinx_rtd_theme is a fork with minor modifications.

Even if there are files with line ending issues, this cannot result in unstaged files.

FranzForstmayr commented 5 years ago

This one should get resolved with this: https://github.com/rtfd/sphinx_rtd_theme/issues/708