Commit Graph

5502 Commits

Author SHA1 Message Date
Daniel Torres
a384a6465b reverted tests.vh to work on existing flow, added commented out paths to new riscof tests once that build has finished 2022-06-29 12:32:30 -07:00
Daniel Torres
50b9b4557c added changes to testbench, tests and riscof for additional riscof compatability 2022-06-29 12:23:40 -07:00
Katherine Parry
6baded9121 added rv32 double precision stores - untested 2022-06-28 21:33:31 +00:00
Katherine Parry
478a2e2a4b removed an adder out of early termination 2022-06-28 18:01:11 +00:00
Madeleine Masser-Frye
cbf1a59d1b Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-28 06:42:41 +00:00
slmnemo
5ef1266d76 Added termination line to CLINT test 2022-06-27 20:16:29 -07:00
slmnemo
448c9fdbb9 Add CLINT tests from book 2022-06-27 20:09:58 -07:00
Madeleine Masser-Frye
f6d38a5558 Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-28 02:28:30 +00:00
Madeleine Masser-Frye
aa253748fc update wally synth analysis 2022-06-28 02:28:13 +00:00
Madeleine Masser-Frye
f458deaf00 make clean rm extra files 2022-06-28 02:23:29 +00:00
slmnemo
ee8349e832 will this work in git 2022-06-27 18:59:44 -07:00
slmnemo
283647cf5e Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2022-06-27 18:56:40 -07:00
slmnemo
ddf757078b Added reset read testcodes to GPIO 2022-06-27 18:56:35 -07:00
Katherine Parry
a3e46348c7 Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-28 00:16:36 +00:00
Katherine Parry
f2d05911ca very basic early termination passes testfloat 64-bit tests 2022-06-28 00:16:22 +00:00
cturek
3a40c68549 Updated radix 2 divider to work with integers and floats in new structure. Integers still might not work. 2022-06-27 23:55:21 +00:00
cturek
54938c7abf Added int tests 2022-06-27 21:44:06 +00:00
Katherine Parry
f25bb4a384 radix-4 early termination working for special cases - not working completely 2022-06-27 20:43:55 +00:00
Katherine Parry
2d5d1f4e8f radix-4 divider passing all double precision testfloat tests 2022-06-27 17:04:51 +00:00
Katherine Parry
06f7f9b147 fixed commented out error and removed killprod from result selection 2022-06-25 01:42:23 +00:00
Katherine Parry
d16ae7c305 passing regression again 2022-06-25 00:31:32 +00:00
Katherine Parry
913a381442 commented out error - also some divider bugs fixed 2022-06-25 00:04:53 +00:00
Katherine Parry
c1b4e7fd2c modified result select to account for x/inf 2022-06-24 21:23:15 +00:00
Katherine Parry
a65c0eb679 radix 4 division denormal result handeling 2022-06-24 21:02:50 +00:00
Katherine Parry
2929422614 Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-24 19:42:00 +00:00
Katherine Parry
d058ec6329 added denormal input handeling - radix 4 2022-06-24 19:41:40 +00:00
Madeleine Masser-Frye
9685a37a5f organizing synth scripts 2022-06-24 06:43:44 +00:00
Madeleine Masser-Frye
528ac7f7f2 wally config, freq, and path sweep synth automation 2022-06-24 06:30:57 +00:00
Madeleine Masser-Frye
2f90292e10 Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-24 01:15:16 +00:00
Madeleine Masser-Frye
6488d6c915 fixed plot naming and axes 2022-06-24 01:14:53 +00:00
Katherine Parry
45e918b02f Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-24 01:09:53 +00:00
Katherine Parry
fc75fc633f division by zero added 2022-06-24 01:09:44 +00:00
Madeleine Masser-Frye
563212ba4f added flop as default driver and load 2022-06-24 00:51:09 +00:00
Madeleine Masser-Frye
c45fc8ecf9 Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-24 00:23:53 +00:00
Madeleine Masser-Frye
d8c7122a75 ignore folder of PPA synth runs 2022-06-24 00:22:57 +00:00
Madeleine Masser-Frye
69a54ba54e wally synthesis analysis 2022-06-24 00:21:39 +00:00
slmnemo
51426ab71a Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2022-06-23 16:51:51 -07:00
slmnemo
7c019ea074 Removed references to initialization files 2022-06-23 16:50:27 -07:00
David Harris
178f4efbab Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally 2022-06-23 23:16:45 +00:00
David Harris
dc5f80a3ca Default value of Drive in Makefile 2022-06-23 23:16:43 +00:00
Katherine Parry
86cdbd90e6 forgot a file 2022-06-23 23:01:30 +00:00
Katherine Parry
97ded2cdd9 div debug - accounted for 1 bit normalization in exponent calculation 2022-06-23 22:59:43 +00:00
Katherine Parry
d17596353b lint warning fix 2022-06-23 22:37:44 +00:00
Katherine Parry
b54d84195f added radix-4 0/d handling 2022-06-23 22:36:19 +00:00
slmnemo
53b2487ead Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2022-06-23 14:39:59 -07:00
slmnemo
ded2631567 Removed big64.txt reference, fixing a warning 2022-06-23 14:39:53 -07:00
Katherine Parry
5133b08161 generate qsel4 in verilog 2022-06-23 21:38:04 +00:00
slmnemo
a77fb485db Added wally32periph to regression 2022-06-23 14:37:18 -07:00
David Harris
2c4b86c703 Fixed typo in clint 2022-06-23 21:27:46 +00:00
David Harris
ceddc99ac9 Reset mtimecmp in clint 2022-06-23 21:20:55 +00:00