2022-05-19 16:32:30 +00:00
|
|
|
|
|
|
|
# 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
|
2022-06-02 21:56:05 +00:00
|
|
|
# fma - test fma
|
2022-05-19 16:32:30 +00:00
|
|
|
# sub - test subtraction
|
|
|
|
# div - test division
|
2022-07-14 18:16:00 +00:00
|
|
|
# sqrt - test square root
|
2022-05-19 16:32:30 +00:00
|
|
|
# all - test everything
|
|
|
|
|
2022-09-07 18:11:35 +00:00
|
|
|
vsim -do "do testfloat.do rv64fpquad $1"
|