cvw/pipelined/regression/sim-testfloat-batch

10 lines
348 B
Plaintext
Raw Normal View History

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
# sub - test subtraction
# div - test division
# sqrt - test square root
# all - test everything
2022-06-02 22:05:29 +00:00
vsim -c -do "do testfloat.do rv64fpquad all"