cvw/fma/lint-fma

9 lines
283 B
Plaintext
Raw Normal View History

2022-02-27 04:36:43 +00:00
#!/bin/bash
# check for warnings in Verilog code
# The verilator lint tool is faster and better than Modelsim so it is best to run this first.
export PATH=$PATH:/usr/local/bin/
verilator=`which verilator`
basepath=$(dirname $0)/..
$verilator --lint-only --top-module fma16 fma16.sv