Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nic30/hdlConvertor
/ check_git_submodule
Function
check_git_submodule
tests/extern_test_utils.py:86–88 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
84
85
86
def
check_git_submodule(path):
87
assert os.path.exists(path) and len(os.listdir(
88
path)) > 0,
"git submodule not cloned correctly "
+ path
Callers
5
get_uvvm_test_configs
Function · 0.90
get_ghdl_test_configs
Function · 0.90
get_icarus_test_configs
Function · 0.90
get_verilator_test_configs
Function · 0.90
get_vunit_test_configs
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected