diff --git a/bin/lint-wally b/bin/lint-wally index 78332b2b2..d4fcd8767 100755 --- a/bin/lint-wally +++ b/bin/lint-wally @@ -1,6 +1,7 @@ #!/bin/bash # check for warnings in Verilog code # The verilator lint tool is faster and better than Questa so it is best to run this first. +# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 export PATH=$PATH:/usr/local/bin/ verilator=`which verilator`