Skip to content

Commit

Permalink
Added error message to format-verible when command not available.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Aug 22, 2023
1 parent ccae381 commit 5d16b4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion util/format-verible
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ then
find rtl/ bhv/ -not -path "*rtl/vendor*" \
-name '*.sv' | \
xargs verible-verilog-format --inplace 2> /dev/zero
fi
else
echo "verible-verilog-format not available!"
fi

0 comments on commit 5d16b4c

Please sign in to comment.