mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-25 06:17:10 -04:00
12 lines
No EOL
368 B
Text
Executable file
12 lines
No EOL
368 B
Text
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
|
|
# sub - test subtraction
|
|
# div - test division
|
|
# sqrt - test square root
|
|
# all - test everything
|
|
|
|
vsim -c -do "do testfloat.do rv64fpquad $1" |