Rename vortex->radiance; disable MemtraceCoreConfig
This commit is contained in:
4
.github/scripts/defaults.sh
vendored
4
.github/scripts/defaults.sh
vendored
@@ -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"
|
||||
|
||||
2
.github/scripts/run-tests.sh
vendored
2
.github/scripts/run-tests.sh
vendored
@@ -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)
|
||||
|
||||
10
.github/workflows/chipyard-run-tests-gpu.yml
vendored
10
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user