cturek
c60991f2bf
On the fly conversion for square root
2022-07-12 02:21:38 +00:00
cturek
0dc30a0acf
F Selection
2022-07-08 21:53:52 +00:00
cturek
ccc97d6fee
Sqrt exponents
2022-07-07 23:34:56 +00:00
Katherine Parry
b1e2a1e5a1
Revert "moved old divsqrt to unusedsrc"
...
This reverts commit 5dd07c76bd
.
2022-07-07 16:29:17 -07:00
Katherine Parry
5dd07c76bd
moved old divsqrt to unusedsrc
2022-07-07 16:09:56 -07:00
cturek
269884b672
Preprocessing for square root
2022-07-07 21:23:30 +00:00
cturek
2faa8847f4
Radix 2 Integer division working (without signs or remainder)
2022-07-05 21:34:49 +00:00
cturek
7249295f53
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
0e308cfccc
Added integer division in srt, parametrized everything to work with integers and floating points, parametrized testbench.
2022-06-04 00:14:10 +00:00
cturek
e3a0ee333f
Fixed typos
2022-06-01 00:07:36 +00:00
cturek
f7a3855af1
fixed sizing issues in expcalc
2022-05-26 22:35:17 +00:00
cturek
a025014650
Implemented on-the-fly conversion for unsigned numbers
2022-05-26 22:20:43 +00:00
cturek
0f1da722bf
Set up the divider for on-the-fly conversion
2022-05-26 16:45:28 +00:00
cturek
650779318d
Fixed exponent verification, added sign module and added sign tests
2022-05-25 23:36:21 +00:00
Katherine Parry
37e74648a9
added exponents to srt divider
2022-05-23 23:07:27 +00:00
David Harris
20c861ee6f
Restored srt to working without exponent unit
2022-05-17 15:09:48 +00:00
David Harris
7aba83a35c
Cleaned up unpacker changes in srt and lint errors
2022-05-17 00:06:14 +00:00
ushakya22
d1089163a9
- Created exponent divsion module
...
- top module includes exponent module now
Notes:
- may be a better implementation of the exponent module rather than
having what I believe are two adders currently
2022-02-21 16:13:30 +00:00
David Harris
3598e05998
srt batch files
2022-02-14 18:37:46 +00:00
David Harris
e3f6c398b5
Mixed C and assembly language test cases; SRT initial version passing tests
2022-01-13 21:45:54 +00:00
David Harris
115287adc8
Renamed wally-pipelined to pipelined
2022-01-04 19:47:41 +00:00