Removed outdated lint path

This commit is contained in:
David Harris 2025-02-06 18:42:58 -08:00
parent 878dd74c00
commit fb3cffd008

View File

@ -1,7 +1,6 @@
#!/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.
export PATH=$PATH:/usr/local/bin/
verilator=`which verilator`
basepath=$(dirname $0)/..