Add license header

This commit is contained in:
David Harris 2024-09-14 06:38:01 -07:00
parent c60ee263ae
commit 1233e267f6

View File

@ -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`