File tree Expand file tree Collapse file tree
src/main/scala/radiance/muon Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 make debug SUB_PROJECT=muon CONFIG=MuonBackendTestConfig
9797 make debug CONFIG=RadianceTapeoutSimConfig
9898
99- run :
99+ run SoC isa-tests :
100100 name : run
101101 runs-on : as4
102102 needs : build
@@ -109,6 +109,19 @@ jobs:
109109 cd generators/radiance
110110 python3 test/run_isa_tests.py -j "$(nproc)"
111111
112+ run co-sim isa-tests :
113+ name : run
114+ runs-on : as4
115+ needs : build
116+ steps :
117+ - name : Run Muon ISA tests
118+ run : |
119+ cd "${CHIPYARD_DIR}"
120+ source env.sh
121+ source /ecad/tools/vlsi.bashrc
122+ cd generators/radiance
123+ python3 test/run_isa_tests.py -j "$(nproc)" -c backend
124+
112125 clean :
113126 runs-on : as4
114127 needs : run
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Backend(
4444 scoreboard.io.updateColl <> reservStation.io.scb.updateColl
4545 hazard.io.writeback <> reservStation.io.writebackHazard // TODO remove
4646
47- val bypass = false
47+ val bypass = true
4848 val issued = if (bypass) {
4949 hazard.reset := true .B
5050 scoreboard.reset := true .B
You can’t perform that action at this time.
0 commit comments