Skip to content

Commit a3e567d

Browse files
submodule(CoupledL2): bump CoupledL2 (#5643)
This pr includes: - OpenXiangShan/CoupledL2#474 - OpenXiangShan/CoupledL2#475 - OpenXiangShan/CoupledL2#476 Besides, from this pr onwards, master branch must use the kunminghu-v2 branch of CoupledL2. --------- Co-authored-by: zhanglinjuan <zhanglinjuan16@mails.ucas.ac.cn>
1 parent fa19bd0 commit a3e567d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/emu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ jobs:
584584
- name: check yunsuan
585585
run: cd yunsuan && git fetch --all && git merge-base --is-ancestor `git rev-parse HEAD` origin/master
586586
- name: check coupledL2
587-
run: cd coupledL2 && git fetch --all && git merge-base --is-ancestor `git rev-parse HEAD` origin/master
587+
run: cd coupledL2 && git fetch --all && git merge-base --is-ancestor `git rev-parse HEAD` origin/kunminghu-v2
588588
- name: check openLLC
589589
run: cd openLLC && git fetch --all && git merge-base --is-ancestor `git rev-parse HEAD` origin/master
590590
- name: check ChiselAIA

0 commit comments

Comments
 (0)