make minor correction on lint-spyglass.sh script - just more informative

This commit is contained in:
James Stine 2025-06-19 09:19:41 -05:00
parent 9e6fce48a4
commit 8556e08386

View file

@ -36,7 +36,7 @@ TEMPLATE_PRJ="$WALLY/synthDC/spyglass/cvw.prj"
# Clean out the lint-synopsys directory (if it exists)
if [ -d "$CUR_DIR/lint-spyglass-reports" ]; then
echo "Cleaning lint-spyglass directory..."
echo "Cleaning lint-spyglass-reports directory..."
rm -rf "$CUR_DIR/lint-spyglass-reports"/*
fi