3 Star 0 Fork 1

haorui/my_vortex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sim.sh 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
haorui 提交于 2022-12-05 15:39 . add
APP=vecadd
LEN=64
CLUSTEN=1
COREN=2
WARPN=4
THREADN=4
DRIVER=vlsim
if [ "$1" != "" ]; then
APP=$1
fi
if [ "$2" != "" ]; then
LEN=$2
fi
if [ "$3" != "" ]; then
CLUSTEN=$3
fi
if [ "$4" != "" ]; then
COREN=$4
fi
if [ "$5" != "" ]; then
WARPN=$5
fi
if [ "$6" != "" ]; then
THREADN=$6
fi
if [ "$7" != "" ]; then
DRIVER=$7
fi
echo " --app=$APP --args="-n$LEN" --clusters=$CLUSTEN --cores=$COREN --warps=$WARPN --threads=$THREADN --driver=$DRIVER "
rm -rf ./verdi_no_ccip/$APP/*.txt
find ./tests -name "*FPGA*.txt" | xargs -i rm -rf {}
./ci/blackbox.sh --app=$APP --args="-n$LEN" --clusters=$CLUSTEN --cores=$COREN --warps=$WARPN --threads=$THREADN --driver=$DRIVER
mkdir -p verdi_no_ccip/$APP
find ./tests -name "*FPGA*.txt" | xargs -i mv {} ./verdi_no_ccip/$APP
find ./tests -name "*.vcd" | xargs -i mv {} ./verdi_no_ccip/$APP
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haoanqi/my_vortex.git
git@gitee.com:haoanqi/my_vortex.git
haoanqi
my_vortex
my_vortex
master

搜索帮助