Kevin Kim
7e185a2f0d
fixed bug in testvector extract script
...
-old script skips first 2 lines in rv32m case, new script only skips first line
- prior code skipped every other line in the reference file, so it only generated half the test vectors, with half of them having the wrong answer
- prior code also opened test vector file to be written to in "append" mode, and I changed to write mode (so that the script overwrites instead of adding to an existing file)
2023-06-22 09:13:22 -07:00
David Harris
c1e7332abf
Fixed paths in creating division test vectors
2023-05-31 06:30:41 -07:00
David Harris
8c1bd8523a
Clean up combined int/fp vector creation
2023-05-30 14:01:12 -07:00
Alessandro Maiuolo
3990417d70
integrated tv generation for IFdivsqrt
2023-03-29 20:57:26 -07:00
Katherine Parry
31fd8772cf
postprocessing unit created and passing all tests
2022-06-13 22:47:51 +00:00
Katherine Parry
21f7d16005
added create all vectores file
2022-06-02 21:56:47 +00:00
Katherine Parry
03280c0f9c
added createallvectors
2022-06-02 21:56:05 +00:00
Katherine Parry
f35450207f
single and double conversions pass all tests
2022-05-25 23:02:02 +00:00
David Harris
ba578b21d8
Removed extra fields from fp vectors
2022-04-18 17:59:48 +00:00
James E. Stine
be917cdee6
Update mkdir in run_all.sh to guarantee no errors
2022-04-14 22:23:23 -05:00
David Harris
171b943254
Removed outdated sample testfloat calls
2022-04-04 17:23:39 +00:00
Katherine Parry
c3d07b2c46
generating all testfloat vectors
2022-04-04 17:17:12 +00:00
Katherine Parry
e3d01c875b
FMA parameterized and FMA testbench reworked
2022-03-19 19:39:03 +00:00
James E. Stine
06564b802e
Update FP vector scripts for testing 754
2022-02-26 14:17:41 -06:00
James E. Stine
85b5d92f3f
Update Makefile for SoftFloat-3e
2022-02-26 14:10:27 -06:00
James E. Stine
e295785b45
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
2022-02-26 13:20:59 -06:00
James E. Stine
896fc0be0e
Update sample SoftFloat programs
2022-02-26 13:20:50 -06:00
David Harris
ff674b695c
Moved Softfloat / TestFloat
2022-02-26 19:17:32 +00:00
James E. Stine
860eca356e
Delete unused FP vector scripts
2022-02-26 13:02:57 -06:00
David Harris
43abf25417
moved fp to tests
2022-01-14 23:05:59 +00:00
David Harris
ae6792e354
Moved fp tests from testbench to tests/fp
2022-01-14 23:00:46 +00:00