diff --git a/examples/exercises/fma16/lint-fma b/examples/exercises/fma16/lint-fma index b577bbd33..e69fa3279 100755 --- a/examples/exercises/fma16/lint-fma +++ b/examples/exercises/fma16/lint-fma @@ -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)/..