cvw/sim/questa/sim-testfloat-batch

14 lines
405 B
Plaintext
Raw Normal View History

2022-07-14 18:16:00 +00:00
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-07-14 18:16:00 +00:00
# fma - test fma
# mul - test mult with fma
2022-05-19 16:32:30 +00:00
# sub - test subtraction
# div - test division
# sqrt - test square root
# all - test everything
2024-01-30 17:49:27 +00:00
vsim -c -do "do testfloat.do fdqh_ieee_rv64gc $1"