From f5d69c9b897f74264e1d7b28587146b34b83499c Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 22 Apr 2026 15:16:15 +0900 Subject: [PATCH] switch to own branch for picorv32 --- .gitmodules | 7 +++++++ README.md | 3 +-- circuits/picorv32 | 1 + kyupy | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 circuits/picorv32 create mode 160000 kyupy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..016d0c0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,7 @@ +[submodule "kyupy"] + path = kyupy + url = https://git.vlab.cse.kyutech.ac.jp/stefan/kyupy.git + branch = devel +[submodule "circuits/picorv32"] + path = circuits/picorv32 + url = git@github.com:s-holst/picorv32.git diff --git a/README.md b/README.md index 1f55d39..3a36d6c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ -# infield +# In-Field Testing Using MISR -In-Field Testing Using MISR \ No newline at end of file diff --git a/circuits/picorv32 b/circuits/picorv32 new file mode 160000 index 0000000..9ab4f93 --- /dev/null +++ b/circuits/picorv32 @@ -0,0 +1 @@ +Subproject commit 9ab4f931768d5e667067ca2310e29174a507fc7b diff --git a/kyupy b/kyupy new file mode 160000 index 0000000..f0b55ee --- /dev/null +++ b/kyupy @@ -0,0 +1 @@ +Subproject commit f0b55eed271941db16687dbc625a18ef2e96f25d