Re-enable chipyard-coalescer
This commit is contained in:
2
.github/scripts/defaults.sh
vendored
2
.github/scripts/defaults.sh
vendored
@@ -72,7 +72,7 @@ mapping["chipyard-constellation"]=" CONFIG=SharedNoCConfig"
|
||||
mapping["chipyard-clusters"]=" CONFIG=ClusteredRocketConfig verilog"
|
||||
mapping["chipyard-aes256ecb"]=" CONFIG=AES256ECBRocketConfig"
|
||||
mapping["chipyard-radiance"]=" CONFIG=RadianceConfig"
|
||||
# mapping["chipyard-coalescer"]=" CONFIG=MemtraceCoreConfig"
|
||||
mapping["chipyard-coalescer"]=" CONFIG=MemtraceCoreConfig"
|
||||
|
||||
mapping["constellation"]=" SUB_PROJECT=constellation"
|
||||
mapping["coalescer"]=" SUB_PROJECT=coalescer"
|
||||
|
||||
2
.github/workflows/chipyard-run-tests-gpu.yml
vendored
2
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -244,7 +244,7 @@ jobs:
|
||||
name: "all tests passed"
|
||||
needs: [
|
||||
chipyard-radiance-run-tests,
|
||||
# chipyard-coalescer-run-tests,
|
||||
chipyard-coalescer-run-tests,
|
||||
coalescer-run-tests,
|
||||
]
|
||||
runs-on: self-hosted
|
||||
|
||||
Reference in New Issue
Block a user