From 1c251bcba0c0c8e2aa7f7062cb4a3a95df93d4a8 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 25 Jan 2024 23:07:56 -0800 Subject: [PATCH] Rename vortex->radiance; disable MemtraceCoreConfig --- .github/scripts/defaults.sh | 4 ++-- .github/scripts/run-tests.sh | 2 +- .github/workflows/chipyard-run-tests-gpu.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/scripts/defaults.sh b/.github/scripts/defaults.sh index d2722da7..707b835a 100755 --- a/.github/scripts/defaults.sh +++ b/.github/scripts/defaults.sh @@ -32,7 +32,7 @@ grouping["group-cores"]="chipyard-cva6 chipyard-ibex chipyard-rocket chipyard-he grouping["group-peripherals"]="chipyard-dmirocket chipyard-dmiboom chipyard-spiflashwrite chipyard-mmios chipyard-nocores chipyard-manyperipherals chipyard-chiplike chipyard-tethered chipyard-symmetric" grouping["group-accels"]="chipyard-mempress chipyard-sha3 chipyard-hwacha chipyard-gemmini chipyard-manymmioaccels chipyard-nvdla chipyard-aes256ecb" grouping["group-constellation"]="chipyard-constellation" -grouping["group-gpu"]="chipyard-vortex chipyard-coalescer coalescer" +grouping["group-gpu"]="chipyard-radiance chipyard-coalescer coalescer" grouping["group-tracegen"]="tracegen tracegen-boom" grouping["group-other"]="icenet testchipip constellation rocketchip-amba rocketchip-tlsimple rocketchip-tlwidth rocketchip-tlxbar chipyard-clusters" grouping["group-fpga"]="arty35t arty100t nexysvideo vc707 vcu118" @@ -71,7 +71,7 @@ mapping["chipyard-nomem-scratchpad"]=" CONFIG=MMIOScratchpadOnlyRocketConfig" mapping["chipyard-constellation"]=" CONFIG=SharedNoCConfig" mapping["chipyard-clusters"]=" CONFIG=ClusteredRocketConfig verilog" mapping["chipyard-aes256ecb"]=" CONFIG=AES256ECBRocketConfig" -mapping["chipyard-vortex"]=" CONFIG=RadianceConfig" +mapping["chipyard-radiance"]=" CONFIG=RadianceConfig" mapping["chipyard-coalescer"]=" CONFIG=MemtraceCoreConfig" mapping["constellation"]=" SUB_PROJECT=constellation" diff --git a/.github/scripts/run-tests.sh b/.github/scripts/run-tests.sh index 7c60f74a..f1db0b35 100755 --- a/.github/scripts/run-tests.sh +++ b/.github/scripts/run-tests.sh @@ -141,7 +141,7 @@ case $1 in chipyard-constellation) run_binary LOADMEM=1 BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/benchmarks/dhrystone.riscv ;; - chipyard-vortex) + chipyard-radiance) run_binary BINARY=$LOCAL_CHIPYARD_DIR/generators/rocket-gpu/stimuli/vecadd.bin.elf ;; chipyard-coalescer) diff --git a/.github/workflows/chipyard-run-tests-gpu.yml b/.github/workflows/chipyard-run-tests-gpu.yml index 97ab0089..bf131b1f 100644 --- a/.github/workflows/chipyard-run-tests-gpu.yml +++ b/.github/workflows/chipyard-run-tests-gpu.yml @@ -167,8 +167,8 @@ jobs: ########################################################################## - chipyard-vortex-run-tests: - name: chipyard-vortex-run-tests + chipyard-radiance-run-tests: + name: chipyard-radiance-run-tests needs: prepare-chipyard-gpu runs-on: self-hosted steps: @@ -188,7 +188,7 @@ jobs: uses: ./.github/actions/run-tests with: group-key: "group-gpu" - project-key: "chipyard-vortex" + project-key: "chipyard-radiance" chipyard-coalescer-run-tests: name: chipyard-coalescer-run-tests @@ -243,8 +243,8 @@ jobs: all_tests_passed: name: "all tests passed" needs: [ - chipyard-vortex-run-tests, - chipyard-coalescer-run-tests, + chipyard-radiance-run-tests, + # chipyard-coalescer-run-tests, coalescer-run-tests, ] runs-on: self-hosted