Skip to content

Commit

Permalink
apply snitch patch and removing old snitch cmake scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaelbayad committed Dec 5, 2024
1 parent f87c6b5 commit 1877fe9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 116 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ ${TOOLCHAIN_DIR}/snitch_cluster:
cd ${TOOLCHAIN_DIR} && \
git clone https://github.com/pulp-platform/snitch_cluster.git && \
cd ${TOOLCHAIN_DIR}/snitch_cluster && git submodule update --init --recursive && \
git checkout ${SNITCH_COMMIT_HASH}
git checkout ${SNITCH_COMMIT_HASH} && git apply ${TOOLCHAIN_DIR}/snitch_cluster.patch

${SNITCH_INSTALL_DIR}: ${TOOLCHAIN_DIR}/snitch_cluster
mkdir -p ${SNITCH_INSTALL_DIR}
Expand Down
64 changes: 0 additions & 64 deletions TargetLibraries/Snitch/cmake/snitch-cluster.cmake

This file was deleted.

51 changes: 0 additions & 51 deletions TargetLibraries/Snitch/cmake/snitch-runtime-base.cmake

This file was deleted.

0 comments on commit 1877fe9

Please sign in to comment.