cturek
9b7e63f482
Lint error fixed and added comments to preprocessing
2022-07-13 19:34:04 +00:00
cturek
110b762b55
Finalized sqrt, ready for debugging
2022-07-13 17:56:23 +00:00
cturek
31db938e7e
Added adder input selection to on the fly converter
2022-07-13 17:47:27 +00:00
cturek
5c9f011561
little fix
2022-07-12 23:04:33 +00:00
cturek
ed9106128f
Square root implemented
2022-07-12 22:45:54 +00:00
cturek
9d4acc9ddb
C register and other various fixes
2022-07-12 22:18:56 +00:00
cturek
3483b92480
On the fly conversion for square root
2022-07-12 02:21:38 +00:00
cturek
2dc074ea93
F Selection
2022-07-08 21:53:52 +00:00
cturek
b7e590ebb0
Sqrt exponents
2022-07-07 23:34:56 +00:00
Katherine Parry
2bbde827e6
Revert "moved old divsqrt to unusedsrc"
...
This reverts commit c9f5ae12ea
.
2022-07-07 16:29:17 -07:00
Katherine Parry
c9f5ae12ea
moved old divsqrt to unusedsrc
2022-07-07 16:09:56 -07:00
cturek
89e17b6f3c
Preprocessing for square root
2022-07-07 21:23:30 +00:00
cturek
e7ac99a683
Radix 2 Integer division working (without signs or remainder)
2022-07-05 21:34:49 +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
afdfe770fc
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
949f53695d
Fixed typos
2022-06-01 00:07:36 +00:00
cturek
5a0889016c
fixed sizing issues in expcalc
2022-05-26 22:35:17 +00:00
cturek
3301d7c52a
Implemented on-the-fly conversion for unsigned numbers
2022-05-26 22:20:43 +00:00
cturek
4a4f153eef
Set up the divider for on-the-fly conversion
2022-05-26 16:45:28 +00:00
cturek
51debfa186
Fixed exponent verification, added sign module and added sign tests
2022-05-25 23:36:21 +00:00
Katherine Parry
e5d2dfe94b
added exponents to srt divider
2022-05-23 23:07:27 +00:00
David Harris
49f25bd03d
Restored srt to working without exponent unit
2022-05-17 15:09:48 +00:00
David Harris
ea3e7006d9
Cleaned up unpacker changes in srt and lint errors
2022-05-17 00:06:14 +00:00
ushakya22
1ea3e8120a
- 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
99aacd5aca
srt batch files
2022-02-14 18:37:46 +00:00
David Harris
7d13740a11
Mixed C and assembly language test cases; SRT initial version passing tests
2022-01-13 21:45:54 +00:00
David Harris
b36ace221e
Renamed wally-pipelined to pipelined
2022-01-04 19:47:41 +00:00