Skip to content

Commit ffa4b6b

Browse files
committed
ci: Add core-as-top isa tests
1 parent 237048b commit ffa4b6b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ jobs:
109109
cd generators/radiance
110110
python3 test/run_isa_tests.py -j "$(nproc)"
111111
112+
run-core-isa-tests:
113+
runs-on: as4
114+
needs: build
115+
steps:
116+
- name: Run ISA tests on core-as-top config
117+
run: |
118+
cd "${CHIPYARD_DIR}"
119+
source env.sh
120+
source /ecad/tools/vlsi.bashrc
121+
cd generators/radiance
122+
python3 test/run_isa_tests.py -j "$(nproc)" -c core
123+
112124
run-cosim-isa-tests:
113125
runs-on: as4
114126
needs: build
@@ -123,7 +135,7 @@ jobs:
123135
124136
clean:
125137
runs-on: as4
126-
needs: [run-soc-isa-tests, run-cosim-isa-tests]
138+
needs: [run-soc-isa-tests, run-core-isa-tests, run-cosim-isa-tests]
127139
if: always()
128140
steps:
129141
- name: Cleanup workspace and chipyard

0 commit comments

Comments
 (0)