From 80fb3ed2bbbda4bec8f7d3440637260b074f0e03 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 19 Dec 2023 16:45:53 +0100 Subject: [PATCH] Add pyuvm as git submodule --- .gitmodules | 3 +++ ext/pyuvm | 1 + 2 files changed, 4 insertions(+) create mode 160000 ext/pyuvm diff --git a/.gitmodules b/.gitmodules index 235d98c..a8ec2b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "ext/libvhdl"] path = ext/libvhdl url = https://git.goodcleanfun.de/tmeissner/libvhdl.git +[submodule "ext/pyuvm"] + path = ext/pyuvm + url = https://github.com/pyuvm/pyuvm.git diff --git a/ext/pyuvm b/ext/pyuvm new file mode 160000 index 0000000..29092b3 --- /dev/null +++ b/ext/pyuvm @@ -0,0 +1 @@ +Subproject commit 29092b37282d49775949de3af9a25d8615c8b5f8