Skip to content

Commit

Permalink
Split the offload and offload_multichip program to pass ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Dec 12, 2024
1 parent ca22cb8 commit 7c34d16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target/sim/sw/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@

# Add user applications to APPS variable
APPS = hello_world
ifneq ($(findstring chiplet,$(CFG_OVERRIDE)),)
# If chiplet cfg is used, offloaf_multichip is compiled with the support to execute applications on cores at different chips
APPS += offload_multichip
else
# Otherwise, simple offload is compiled, which is mainly used for ci.
APPS += offload
endif

TARGET ?= all

Expand Down

0 comments on commit 7c34d16

Please sign in to comment.