There was an error while loading. Please reload this page.
1 parent 237048b commit ffa4b6bCopy full SHA for ffa4b6b
1 file changed
.github/workflows/ci.yml
@@ -109,6 +109,18 @@ jobs:
109
cd generators/radiance
110
python3 test/run_isa_tests.py -j "$(nproc)"
111
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
+
124
run-cosim-isa-tests:
125
runs-on: as4
126
needs: build
@@ -123,7 +135,7 @@ jobs:
135
136
clean:
137
- needs: [run-soc-isa-tests, run-cosim-isa-tests]
138
+ needs: [run-soc-isa-tests, run-core-isa-tests, run-cosim-isa-tests]
127
139
if: always()
128
140
steps:
129
141
- name: Cleanup workspace and chipyard
0 commit comments