初始提交

This commit is contained in:
2024-09-28 14:24:04 +08:00
commit c756587541
5564 changed files with 2413077 additions and 0 deletions

27
build/build_dtest.sh Executable file
View File

@@ -0,0 +1,27 @@
#!/bin/bash
ln -s ./build/Makefile ../Makefile
# sta and iic build
#cd -
#
if [[ $1 == "kl2" ]]; then
. env_kunlun2.sh
else
. env.sh
fi
export layout_index=1
set -o errexit
make -C .. clobber
make PLATFORM=CHIP -C ..
# clean phy lib etc.
make -C .. dtest_clean
# set env.
. env_dtest_sta.sh
# build dtest
make -C .. dtest opt_build=1