forked from Github_Repos/cvw
15 lines
448 B
Plaintext
Executable File
15 lines
448 B
Plaintext
Executable File
|
|
# cvtint - test integer conversion unit (fcvtint)
|
|
# cvtfp - test floating-point conversion unit (fcvtfp)
|
|
# cmp - test comparison unit's LT, LE, EQ opperations (fcmp)
|
|
# add - test addition
|
|
# fma - test fma
|
|
# mul - test mult with fma
|
|
# sub - test subtraction
|
|
# div - test division
|
|
# sqrt - test square root
|
|
# all - test everything
|
|
|
|
# nowave for 2nd argument supresses wlf files
|
|
|
|
vsim -c -do "do testfloat.do rv64fpquad $1 $2" |