From fb3cffd008b5491b2dabe950281048bbaa0813e2 Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 6 Feb 2025 18:42:58 -0800 Subject: [PATCH] Removed outdated lint path --- examples/exercises/fma16/lint-fma | 1 - 1 file changed, 1 deletion(-) 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)/..