From 363b1feb1007c8cb41fc0ab222f0d3ed2fd8828f Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 25 Jan 2024 22:58:25 -0800 Subject: [PATCH] Fix outdated radiance config name --- .github/scripts/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/defaults.sh b/.github/scripts/defaults.sh index 22532887..d2722da7 100755 --- a/.github/scripts/defaults.sh +++ b/.github/scripts/defaults.sh @@ -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=RadianceROMConfig" +mapping["chipyard-vortex"]=" CONFIG=RadianceConfig" mapping["chipyard-coalescer"]=" CONFIG=MemtraceCoreConfig" mapping["constellation"]=" SUB_PROJECT=constellation"