mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Add license header
This commit is contained in:
parent
c60ee263ae
commit
1233e267f6
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# check for warnings in Verilog code
|
# check for warnings in Verilog code
|
||||||
# The verilator lint tool is faster and better than Questa so it is best to run this first.
|
# 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/
|
export PATH=$PATH:/usr/local/bin/
|
||||||
verilator=`which verilator`
|
verilator=`which verilator`
|
||||||
|
Loading…
Reference in New Issue
Block a user