Added SystemVerilog flag to fma.do so that fma16 compiles properly

This commit is contained in:
David Harris 2022-03-31 17:00:38 +00:00
parent a6d090a7c0
commit 2ed1c9f14f

View File

@ -8,7 +8,7 @@ onbreak {resume}
# create library
vlib worklib
vlog -lint -work worklib fma16.v testbench.v
vlog -lint -sv -work worklib fma16.v testbench.v
vopt +acc worklib.testbench_fma16 -work worklib -o testbenchopt
vsim -lib worklib testbenchopt