From 447da77bb8aacb9489ce1823a12f59f9f9e68226 Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Thu, 27 Aug 2026 16:57:50 +0200 Subject: [PATCH] Remove orphan cocotblib submodule gitlink Commit 77f8d29 ("HMAC_MD5 spinalSim done + remove all cocotb test") deleted .gitmodules, whose only entry was tester/src/python/cocotblib, but left the gitlink itself in the tree. A gitlink without a matching .gitmodules entry has no URL to resolve, so any recursive clone of this repository, or of a project that vendors it as a submodule, aborts: fatal: No url found for submodule path 'tester/src/python/cocotblib' in .gitmodules fatal: Failed to recurse into submodule path '...' Plain clones are unaffected, which is why this went unnoticed. Nothing in the repository references cocotb any more, so drop the gitlink. Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Daniel Schultz --- tester/src/python/cocotblib | 1 - 1 file changed, 1 deletion(-) delete mode 160000 tester/src/python/cocotblib diff --git a/tester/src/python/cocotblib b/tester/src/python/cocotblib deleted file mode 160000 index ea2774c..0000000 --- a/tester/src/python/cocotblib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ea2774c6fbeff301d64f9d813c0f22941c1a9232