Skip to content

Commit

Permalink
Update NPU script
Browse files Browse the repository at this point in the history
  • Loading branch information
minseongg committed Sep 3, 2024
1 parent 6aaf7bc commit 17335f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 135 deletions.
133 changes: 0 additions & 133 deletions Dockerfile.dev

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/gemmini/integrate_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# Silently run the command to check if the conda env is base
if [[ $CONDA_DEFAULT_ENV == "base" ]]; then
echo "Please activate a conda environment before running this script."
echo "Run \`source ~/chipyard/env.sh\` to activate the chipyard conda environment."
echo "Run \`source ${CHIPYARD}/env.sh\` to activate the chipyard conda environment."
exit 1
fi

Expand All @@ -22,5 +22,5 @@ python3 $CURR_DIR/main.py --debug build -c $1
# 3. Run the gemmini verilator binary
python3 $CURR_DIR/main.py --debug run -b matmul

echo "For waveform, go to the directory: ~/chipyard/generators/gemmini/waveforms and check \`waveform_pruned.vcd\` file with gtkwave."
echo "For waveform, go to the directory: ${CHIPYARD}/generators/gemmini/waveforms and check \`waveform_pruned.vcd\` file with gtkwave."
echo "To see the waveform, run \`gtkwave waveform_pruned.vcd\`"

0 comments on commit 17335f8

Please sign in to comment.