Add LLCChiplet to CI

This commit is contained in:
Jerry Zhao
2024-02-25 15:14:44 -08:00
parent 466ff06548
commit 2f1776fc6a
4 changed files with 31 additions and 2 deletions

View File

@@ -122,6 +122,10 @@ case $1 in
make -C $LOCAL_CHIPYARD_DIR/tests
run_binary BINARY=$LOCAL_CHIPYARD_DIR/tests/symmetric.riscv LOADMEM=1
;;
chipyard-llcchiplet)
make -C $LOCAL_CHIPYARD_DIR/tests
run_binary BINARY=$LOCAL_CHIPYARD_DIR/tests/hello.riscv LOADMEM=1
;;
tracegen)
run_tracegen
;;