forked from Github_Repos/cvw
Added SystemVerilog flag to fma.do so that fma16 compiles properly
This commit is contained in:
parent
54001222cf
commit
c7043e4d63
@ -8,7 +8,7 @@ onbreak {resume}
|
|||||||
# create library
|
# create library
|
||||||
vlib worklib
|
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
|
vopt +acc worklib.testbench_fma16 -work worklib -o testbenchopt
|
||||||
vsim -lib worklib testbenchopt
|
vsim -lib worklib testbenchopt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user